CommonMessagePump.IOleComponent2Private.OnTimeout Method
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
声明
Private Function OnTimeout ( _
pvLoopData As IntPtr, _
<OutAttribute> ByRef shouldContinue As Boolean _
) As Integer Implements IOleComponent2Private.OnTimeout
用法
Dim instance As CommonMessagePump
Dim pvLoopData As IntPtr
Dim shouldContinue As Boolean
Dim returnValue As Integer
returnValue = CType(instance, IOleComponent2Private).OnTimeout(pvLoopData, _
shouldContinue)
int IOleComponent2Private.OnTimeout(
IntPtr pvLoopData,
out bool shouldContinue
)
private:
virtual int OnTimeout(
IntPtr pvLoopData,
[OutAttribute] bool% shouldContinue
) sealed = IOleComponent2Private::OnTimeout
private abstract OnTimeout :
pvLoopData:IntPtr *
shouldContinue:bool byref -> int
private override OnTimeout :
pvLoopData:IntPtr *
shouldContinue:bool byref -> int
JScript does not support explicit interface implementations.
Parameters
- pvLoopData
Type: System.IntPtr
- shouldContinue
Type: System.Boolean%
Return Value
Type: System.Int32
Implements
IOleComponent2Private.OnTimeout(IntPtr, Boolean%)
.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.