_dispCommandEvents_SinkHelper.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
Public Overridable Sub AfterExecute ( _
A_1 As String, _
A_2 As Integer, _
A_3 As Object, _
A_4 As Object _
)
public virtual void AfterExecute(
string A_1,
int A_2,
Object A_3,
Object A_4
)
public:
virtual void AfterExecute(
String^ A_1,
int A_2,
Object^ A_3,
Object^ A_4
)
abstract AfterExecute :
A_1:string *
A_2:int *
A_3:Object *
A_4:Object -> unit
override AfterExecute :
A_1:string *
A_2:int *
A_3:Object *
A_4:Object -> unit
public function AfterExecute(
A_1 : String,
A_2 : int,
A_3 : Object,
A_4 : Object
)
Parameters
A_1
Type: System.String
A_2
Type: System.Int32
A_3
Type: System.Object
A_4
Type: System.Object
Implements
_dispCommandEvents.AfterExecute(String, Int32, Object, Object)
.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.