Methods::GetName Method (Int32)
Visual Studio 2015
When implemented in a derived class, gets the name 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] The index of the method whose name is to be returned.
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.
Show: