IVsMethodTipWindow2.NextMethod(Int32) 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 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.