IVsCommonMessagePumpClientEvents.OnHandleSignaled(UInt32, Boolean) Método

Definição

O evento é gerado quando um identificador é sinalizado. Implementações de cliente devem decidir se a espera pode continuar com base em quais identificadores foram sinalizados até o momento.

public:
 int OnHandleSignaled(System::UInt32 nHandle, [Runtime::InteropServices::Out] bool % pfContinue);
int OnHandleSignaled(unsigned int nHandle, [Runtime::InteropServices::Out] bool & pfContinue);
public int OnHandleSignaled (uint nHandle, out bool pfContinue);
abstract member OnHandleSignaled : uint32 *  -> int
Public Function OnHandleSignaled (nHandle As UInteger, ByRef pfContinue As Boolean) As Integer

Parâmetros

nHandle
UInt32

O identificador.

pfContinue
Boolean

Se false , informa a bomba de mensagem comum a ser encerrada e retornada S_OK .

Retornos

Int32

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

Aplica-se a