'Declaration
Public Shared Function GetArgumentCount( _ ByVal function As Function, _ ByVal argCount As Integer, _ ByVal overload As Integer, _ ByRef limited As Boolean _ ) As Integer
Parameters
- function
- The function to extract information.
- argCount
- The total number of current passed arguments.
- overload
- The order of function overload.
- limited
true
if the parameter count is maximum; otherwise, more parameter can be passed.
Return Value
The total number of parameters that display in the intelli-sense tooltip.