CommonMessagePump.IOleComponent2Private.GetWaitHandlesAndTimeout 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
virtual int Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.GetWaitHandlesAndTimeout(cli::array <IntPtr> ^ handles, [Runtime::InteropServices::Out] System::UInt32 % handleCount, [Runtime::InteropServices::Out] System::UInt32 % timeout, IntPtr loopData) = Microsoft::Internal::VisualStudio::Shell::Interop::IOleComponent2Private::GetWaitHandlesAndTimeout;
int IOleComponent2Private.GetWaitHandlesAndTimeout (IntPtr[] handles, out uint handleCount, out uint timeout, IntPtr loopData);
abstract member Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.GetWaitHandlesAndTimeout : nativeint[] * uint32 * uint32 * nativeint -> int
override this.Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.GetWaitHandlesAndTimeout : nativeint[] * uint32 * uint32 * nativeint -> int
Function GetWaitHandlesAndTimeout (handles As IntPtr(), ByRef handleCount As UInteger, ByRef timeout As UInteger, loopData As IntPtr) As Integer Implements IOleComponent2Private.GetWaitHandlesAndTimeout
参数
- handles
-
IntPtr[]
nativeint[]
- handleCount
- UInt32
- timeout
- UInt32
- loopData
-
IntPtr
nativeint
返回
实现
Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.GetWaitHandlesAndTimeout(System.IntPtr[],System.UInt32@,System.UInt32@,System.IntPtr)