IVsCommonMessagePumpClientEvents.OnHandleSignaled Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Déclaration
Function OnHandleSignaled ( _
nHandle As UInteger, _
<OutAttribute> ByRef pfContinue As Boolean _
) As Integer
'Utilisation
Dim instance As IVsCommonMessagePumpClientEvents
Dim nHandle As UInteger
Dim pfContinue As Boolean
Dim returnValue As Integer
returnValue = instance.OnHandleSignaled(nHandle, _
pfContinue)
int OnHandleSignaled(
uint nHandle,
out bool pfContinue
)
int OnHandleSignaled(
[InAttribute] unsigned int nHandle,
[OutAttribute] bool% pfContinue
)
abstract OnHandleSignaled :
nHandle:uint32 *
pfContinue:bool byref -> int
function OnHandleSignaled(
nHandle : uint,
pfContinue : boolean
) : int
Parameters
- nHandle
Type: System.UInt32
- pfContinue
Type: System.Boolean%
Return Value
Type: System.Int32
.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.
See Also
Reference
IVsCommonMessagePumpClientEvents Interface