IVsMethodData.PrevMethod Method

Definition

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.

Applies to