MethodData.NextMethod Method

Definition

Moves to the next method signature and returns the index of the current method signature.

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

Returns

Returns a number representing the current method signature.

Implements

Remarks

This method is an implementation of the NextMethod method on the IVsMethodData interface.

The base method increments an internal index by one and returns the original index. However, if the index might go past the limit, the increment is not performed and current index is returned. The base method does not affect the display.

Applies to