Método IVsLaunchPadEvents.Tick (Int32)

 

Permite o cancelamento de um evento de ponto de partida.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)

Sintaxe

int Tick(
    ref int pfCancel
)
int Tick(
    int% pfCancel
)
abstract Tick : 
        pfCancel:int byref -> int
Function Tick (
    ByRef pfCancel As Integer
) As Integer

Parâmetros

  • pfCancel
    [in, out] true para cancelar um evento.

Valor de retorno

Type: System.Int32

Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De vsshell.idl:

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

Consulte também

Interface IVsLaunchPadEvents
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo