Methods::GetDescription Method (Int32)
Visual Studio 2015
When implemented in a derived class, gets the description of the specified method signature.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- index
-
Type:
System::Int32
[in] An index into the internal list to the desired method signature.
Return Value
Type: System::String^The description of the specified method signature, or null if the method signature does not exist.
The description could be obtained from a comment that appears before the method in the source, or it could simply be an empty string.
Show: