CommonMessagePump.IOleComponent2Private.OnTimeout(IntPtr, Boolean) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Parâmetros
- pvLoopData
- IntPtr
- shouldContinue
- Boolean
Retornos
Implementações
Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.OnTimeout(System.IntPtr,System.Boolean@)