_dispCommandEvents.AfterExecute Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Sub AfterExecute ( _
    Guid As String, _
    ID As Integer, _
    CustomIn As Object, _
    CustomOut As Object _
)
void AfterExecute(
    string Guid,
    int ID,
    Object CustomIn,
    Object CustomOut
)
void AfterExecute(
    [InAttribute] String^ Guid, 
    [InAttribute] int ID, 
    [InAttribute] Object^ CustomIn, 
    [InAttribute] Object^ CustomOut
)
abstract AfterExecute : 
        Guid:string * 
        ID:int * 
        CustomIn:Object * 
        CustomOut:Object -> unit 
function AfterExecute(
    Guid : String, 
    ID : int, 
    CustomIn : Object, 
    CustomOut : Object
)

Parameters

.NET Framework Security

See Also

Reference

_dispCommandEvents Interface

EnvDTE Namespace