CommonMessagePump.IOleComponent2Private.GetWaitHandlesAndTimeout Method
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Déclaration
Private Function GetWaitHandlesAndTimeout ( _
handles As IntPtr(), _
<OutAttribute> ByRef handleCount As UInteger, _
<OutAttribute> ByRef timeout As UInteger, _
loopData As IntPtr _
) As Integer Implements IOleComponent2Private.GetWaitHandlesAndTimeout
'Utilisation
Dim instance As CommonMessagePump
Dim handles As IntPtr()
Dim handleCount As UInteger
Dim timeout As UInteger
Dim loopData As IntPtr
Dim returnValue As Integer
returnValue = CType(instance, IOleComponent2Private).GetWaitHandlesAndTimeout(handles, _
handleCount, timeout, loopData)
int IOleComponent2Private.GetWaitHandlesAndTimeout(
IntPtr[] handles,
out uint handleCount,
out uint timeout,
IntPtr loopData
)
private:
virtual int GetWaitHandlesAndTimeout(
array<IntPtr>^ handles,
[OutAttribute] unsigned int% handleCount,
[OutAttribute] unsigned int% timeout,
IntPtr loopData
) sealed = IOleComponent2Private::GetWaitHandlesAndTimeout
private abstract GetWaitHandlesAndTimeout :
handles:IntPtr[] *
handleCount:uint32 byref *
timeout:uint32 byref *
loopData:IntPtr -> int
private override GetWaitHandlesAndTimeout :
handles:IntPtr[] *
handleCount:uint32 byref *
timeout:uint32 byref *
loopData:IntPtr -> int
JScript does not support explicit interface implementations.
Parameters
- handles
Type: array<System.IntPtr[]
- handleCount
Type: System.UInt32%
- timeout
Type: System.UInt32%
- loopData
Type: System.IntPtr
Return Value
Type: System.Int32
Implements
IOleComponent2Private.GetWaitHandlesAndTimeout(array<IntPtr[], UInt32%, UInt32%, IntPtr)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.