[]
Gets the total number of parameters that display in the intelli-sense tooltip.
int GetArgumentCount(int argsCount, int overload, out bool limited)
Function GetArgumentCount(argsCount As Integer, overload As Integer, ByRef limited As Boolean) As Integer
Type | Name | Description |
---|---|---|
int | argsCount | The total number of current passed arguments. |
int | overload | The order of function overload. |
bool | limited |
|
Type | Description |
---|---|
int | The total number of parameters that display in the intelli-sense tooltip. |