Partager via


IVsCommonMessagePumpClientEvents.OnAfterMessageProcessed 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 OnAfterMessageProcessed ( _
    <OutAttribute> ByRef pfContinue As Boolean _
) As Integer
'Utilisation
Dim instance As IVsCommonMessagePumpClientEvents
Dim pfContinue As Boolean
Dim returnValue As Integer

returnValue = instance.OnAfterMessageProcessed(pfContinue)
int OnAfterMessageProcessed(
    out bool pfContinue
)
int OnAfterMessageProcessed(
    [OutAttribute] bool% pfContinue
)
abstract OnAfterMessageProcessed : 
        pfContinue:bool byref -> int 
function OnAfterMessageProcessed(
    pfContinue : boolean
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsCommonMessagePumpClientEvents Interface

IVsCommonMessagePumpClientEvents Members

Microsoft.VisualStudio.Shell.Interop Namespace