Condividi tramite


Metodo CommonMessagePump.IVsCommonMessagePump.ModalWaitForObjectsWithClient

Blocca il thread corrente distribuendo messaggi a o a un intervallo o uno degli handle specificate è stata segnalata.

Spazio dei nomi:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Private Function ModalWaitForObjectsWithClient ( _
    handles As IntPtr(), _
    handleCount As UInteger, _
    pClient As IVsCommonMessagePumpClientEvents _
) As Integer Implements IVsCommonMessagePump.ModalWaitForObjectsWithClient
int IVsCommonMessagePump.ModalWaitForObjectsWithClient(
    IntPtr[] handles,
    uint handleCount,
    IVsCommonMessagePumpClientEvents pClient
)

Parametri

  • handles
    Tipo: array<System.IntPtr[]
    Matrice di handle di attesa su.

Valore restituito

Tipo: System.Int32
Se il metodo ha esito positivo, restituisce S_OK.Se ha esito negativo, viene restituito un codice di errore.

Implementa

IVsCommonMessagePump.ModalWaitForObjectsWithClient(array<IntPtr[], UInt32, IVsCommonMessagePumpClientEvents)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CommonMessagePump Classe

Spazio dei nomi Microsoft.VisualStudio.Shell