Compartilhar via


Método IVsCommonMessagePumpClientEvents.OnTimeout (Boolean)

 

Gerado quando um tempo limite expirar.

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

Sintaxe

int OnTimeout(
    out bool pfContinue
)
int OnTimeout(
    [OutAttribute] bool% pfContinue
)
abstract OnTimeout : 
        pfContinue:bool byref -> int
Function OnTimeout (
    <OutAttribute> ByRef pfContinue As Boolean
) As Integer

Parâmetros

  • pfContinue
    Se false, informa o bombardeamento de mensagens comuns para sair e retornar T:Microsoft.VisualStudio.VSConstants.S_OK.

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.

Consulte também

Interface IVsCommonMessagePumpClientEvents
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo