'Declaration
Function GetDescription( _ ByVal languagePackage As LanguagePackage _ ) As String
'Usage
Dim instance As IIntelliSenseFunction Dim languagePackage As LanguagePackage Dim value As String value = instance.GetDescription(languagePackage)
string GetDescription( LanguagePackage languagePackage )
Parameters
- languagePackage
- The language package.
Return Value
A string value represents description of the function.