Methods::GetName Method (Int32)

 

When implemented in a derived class, gets the name 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^ GetName(
	int index
) abstract

Parameters

index
Type: System::Int32

[in] The index of the method whose name is to be returned.

Return Value

Type: System::String^

The name of the specified method, or null.

The Methods class might be used for a collection of overloaded method signatures where the method names are the same or it could be used for a collection of methods on a particular class.

Return to top
Show: