'Declaration
Public Overridable Function GetArgumentOptions( _ ByVal function As Function, _ ByVal index As Integer _ ) As Object()
'Usage
Dim instance As LanguagePackage Dim function As Function Dim index As Integer Dim value() As Object value = instance.GetArgumentOptions(function, index)
Parameters
- function
- The function to extract information.
- index
- An integer value indicates position of the argument.
Return Value
An array of argument's option values;
null
if there is no option value.