'Declaration
Public Overloads Overridable Function GetArgumentName( _ ByVal function As Function, _ ByVal index As Integer, _ ByVal argCount As Integer, _ Optional ByVal overload As Integer _ ) As String
Parameters
- function
- The function to extract parameter name.
- index
- An integer value indicates the parameter's position.
- argCount
- The total number of current passed arguments.
- overload
- An integer value indicates the order of function overload.
Return Value
A string value represents the parameter name.