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.
- handleCount
Tipo: System.UInt32
Numero di handle
- pClient
Tipo: Microsoft.VisualStudio.Shell.Interop.IVsCommonMessagePumpClientEvents
L'implementazione del chiamante di IVsCommonMessagePumpClient.
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
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.