MethodData::GetCurMethod Method ()

 

Returns the currently visible method signature.

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

public:
virtual int GetCurMethod() sealed

Return Value

Type: System::Int32

Returns a number representing the currently visible method signature in the Methods object.

The method tip can show multiple method signatures but only one at a time. This method specifies which method signature is visible in the method tip.

This method is an implementation of the GetCurMethod method on the IVsMethodData interface.

The base method returns the value of an internal method signature index.

Return to top
Show: