[]
Gets the description of function's argument which is displayed from Function Arguments dialog.
string GetArgumentDescription(LanguagePackage languagePackage, int index)
Function GetArgumentDescription(languagePackage As LanguagePackage, index As Integer) As String
Type | Name | Description |
---|---|---|
LanguagePackage | languagePackage | The language package. |
int | index | The order of argument. |
Type | Description |
---|---|
string | A string value represents the description of function's argument. |