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