IVsMethodData.PrevMethod Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the previous method number.
public:
int PrevMethod();
public:
int PrevMethod();
int PrevMethod();
public int PrevMethod ();
abstract member PrevMethod : unit -> int
Public Function PrevMethod () As Integer
Returns
Returns the previous method number.
Remarks
COM Signature
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.