共用方式為


CommonMessagePump.ModalWaitForHandles Method (array<WaitHandle , IVsCommonMessagePumpClientEvents)

Blocks the current thread by pumping messages until either a timeout or one of the specified handles has been signaled.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'宣告
Public Function ModalWaitForHandles ( _
    waitHandles As WaitHandle(), _
    client As IVsCommonMessagePumpClientEvents _
) As CommonMessagePumpExitCode
'用途
Dim instance As CommonMessagePump
Dim waitHandles As WaitHandle()
Dim client As IVsCommonMessagePumpClientEvents
Dim returnValue As CommonMessagePumpExitCode

returnValue = instance.ModalWaitForHandles(waitHandles, _
    client)
public CommonMessagePumpExitCode ModalWaitForHandles(
    WaitHandle[] waitHandles,
    IVsCommonMessagePumpClientEvents client
)
public:
CommonMessagePumpExitCode ModalWaitForHandles(
    array<WaitHandle^>^ waitHandles, 
    IVsCommonMessagePumpClientEvents^ client
)
member ModalWaitForHandles : 
        waitHandles:WaitHandle[] * 
        client:IVsCommonMessagePumpClientEvents -> CommonMessagePumpExitCode 
public function ModalWaitForHandles(
    waitHandles : WaitHandle[], 
    client : IVsCommonMessagePumpClientEvents
) : CommonMessagePumpExitCode

Parameters

Return Value

Type: Microsoft.VisualStudio.Shell.CommonMessagePumpExitCode

.NET Framework Security

See Also

Reference

CommonMessagePump Class

CommonMessagePump Members

ModalWaitForHandles Overload

Microsoft.VisualStudio.Shell Namespace