IVsMethodData::NextMethod Method ()
Visual Studio 2015
Gets the next method number.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
From textmgr.idl:
long IVsMethodData::NextMethod();
This method is called by the view when the user selects the next method in a list of overloaded methods.
Show: