Methods::GetType Method (Int32)

 

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

Parameters

index
Type: System::Int32

[in] An index into the list of method signatures.

Return Value

Type: System::String^

The return type of the specified method signature, or null.

In Visual C#/Visual C++, the return type is always the same. However, other languages may allow for different return types.

Return to top
Show: