共用方式為


CommonMessagePump.IVsCommonMessagePump.ModalWaitForObjectsWithClient Method

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

'宣告
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
)

Parameters

  • handles
    Type: array<System.IntPtr[]
    Array of handles to wait on.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

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

.NET Framework Security

See Also

Reference

CommonMessagePump Class

Microsoft.VisualStudio.Shell Namespace