IVsMethodData::GetCurMethod Method ()
Visual Studio 2015
Returns the current method number.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
From textmgr.idl:
long IVsMethodData::GetCurMethod();
In the case of overloaded functions, more than one method could be displayed in the method tip window. Using this method, the view specifies which of the overloaded functions is currently displayed.
Show: