MethodData.NextMethod 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.
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.