Methods::GetType Method (Int32)
Visual Studio 2015
When implemented in a derived class, gets the return type 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 list of method signatures.
In Visual C#/Visual C++, the return type is always the same. However, other languages may allow for different return types.
Show: