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