Methods::GetDescription Method (Int32)

 

When implemented in a derived class, gets the description of the specified method signature.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual String^ GetDescription(
	int index
) abstract

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.

Return to top
Show: