CommonMessagePump.IOleComponent2Private.OnTimeout(IntPtr, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- pvLoopData
-
IntPtr
nativeint
- shouldContinue
- Boolean
Returns
Implements
Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.OnTimeout(System.IntPtr,System.Boolean@)