IVsMethodData.NextMethod Method

Definition

Gets the next method number.

public:
 int NextMethod();
public:
 int NextMethod();
int NextMethod();
public int NextMethod ();
abstract member NextMethod : unit -> int
Public Function NextMethod () As Integer

Returns

Returns the next method number.

Remarks

COM Signature

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.

Applies to