次の方法で共有


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.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'宣言
Public Function ModalWaitForHandles ( _
    waitHandles As WaitHandle(), _
    client As IVsCommonMessagePumpClientEvents _
) As CommonMessagePumpExitCode
public CommonMessagePumpExitCode ModalWaitForHandles(
    WaitHandle[] waitHandles,
    IVsCommonMessagePumpClientEvents client
)

Parameters

Return Value

Type: Microsoft.VisualStudio.Shell.CommonMessagePumpExitCode
The exit code.

.NET Framework Security

See Also

Reference

CommonMessagePump Class

ModalWaitForHandles Overload

Microsoft.VisualStudio.Shell Namespace