IVsMethodTipWindow2.PrevMethod(Int32) Method

Definition

Moves the tooltip to the previous method.

public:
 int PrevMethod([Runtime::InteropServices::Out] int % pfSuccess);
int PrevMethod([Runtime::InteropServices::Out] int & pfSuccess);
public int PrevMethod (out int pfSuccess);
abstract member PrevMethod : int -> int
Public Function PrevMethod (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