Metodo CommonMessagePump.IVsCommonMessagePump.ModalWaitForObjects
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 ModalWaitForObjects ( _
handles As IntPtr(), _
handleCount As UInteger, _
<OutAttribute> ByRef waitResult As UInteger _
) As Integer Implements IVsCommonMessagePump.ModalWaitForObjects
int IVsCommonMessagePump.ModalWaitForObjects(
IntPtr[] handles,
uint handleCount,
out uint waitResult
)
Parametri
- handles
Tipo: array<System.IntPtr[]
La matrice di handle di attesa su.
- handleCount
Tipo: System.UInt32
Il numero di handle.
- waitResult
Tipo: System.UInt32%
[out] L'indice all' handle segnalato, o WAIT_TIMEOUT se l'attesa cronometrasse esterno.
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.ModalWaitForObjects(array<IntPtr[], UInt32, UInt32%)
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.