IVsLaunchPadEvents::Tick Method (Int32)
Visual Studio 2015
Allows cancellation of a launch pad event.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pfCancel
-
Type:
System::Int32
[in, out] true to cancel an event.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsLaunchPadEvents::Tick(
[in, out] BOOL *pfCancel
);
Show: