Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Allows cancellation of a launch pad event.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaración
Function Tick ( _
<OutAttribute> ByRef pfCancel As Integer _
) As Integer
'Uso
Dim instance As IVsLaunchPadEvents
Dim pfCancel As Integer
Dim returnValue As Integer
returnValue = instance.Tick(pfCancel)
int Tick(
out int pfCancel
)
int Tick(
[InAttribute] [OutAttribute] int% pfCancel
)
abstract Tick :
pfCancel:int byref -> int
function Tick(
pfCancel : int
) : int
Parameters
- pfCancel
Type: System.Int32%
[in, out] true to cancel an event.
Return Value
Type: System.Int32
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
);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.