MethodData::GetCurMethod Method ()
Visual Studio 2015
Returns the currently visible method signature.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Return Value
Type: System::Int32Returns a number representing the currently visible method signature in the Methods object.
Implements
IVsMethodData::GetCurMethod()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.
Show: