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