'Declaration
Function GetArgumentCount( _ ByVal argsCount As Integer, _ ByVal overload As Integer, _ ByRef limited As Boolean _ ) As Integer
'Usage
Dim instance As IIntelliSenseFunction Dim argsCount As Integer Dim overload As Integer Dim limited As Boolean Dim value As Integer value = instance.GetArgumentCount(argsCount, overload, limited)
Parameters
- argsCount
- 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.