IVsLaunchPadEvents.Tick(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.
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
);