IVsMethodTipWindow2.NextMethod(Int32) Method

Definition

Moves the tip window to the next method.

public:
 int NextMethod([Runtime::InteropServices::Out] int % pfSuccess);
int NextMethod([Runtime::InteropServices::Out] int & pfSuccess);
public int NextMethod (out int pfSuccess);
abstract member NextMethod : int -> int
Public Function NextMethod (ByRef pfSuccess As Integer) As Integer

Parameters

pfSuccess
Int32

[out] Flag indicating whether the tip window successfully moved.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to