IVsLaunchPadEvents.Tick(Int32) Method

Definition

Allows cancellation of a launch pad event.

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

Parameters

pfCancel
Int32

[in, out] true to cancel an event.

Returns

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

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsLaunchPadEvents::Tick(  
   [in, out] BOOL *pfCancel  
);  

Applies to