Metoda _dispCommandEvents_Event.add_AfterExecute —
Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Microsoft tylko do użytku wewnętrznego.
Przestrzeń nazw: EnvDTE
Zestaw: EnvDTE (w EnvDTE.dll)
Składnia
'Deklaracja
Sub add_AfterExecute ( _
A_1 As _dispCommandEvents_AfterExecuteEventHandler _
)
void add_AfterExecute(
_dispCommandEvents_AfterExecuteEventHandler A_1
)
void add_AfterExecute(
_dispCommandEvents_AfterExecuteEventHandler^ A_1
)
abstract add_AfterExecute :
A_1:_dispCommandEvents_AfterExecuteEventHandler -> unit
function add_AfterExecute(
A_1 : _dispCommandEvents_AfterExecuteEventHandler
)
Parametry
A_1
Typ: EnvDTE._dispCommandEvents_AfterExecuteEventHandlerObsługa zdarzeń.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Używanie bibliotek pochodzących z częściowo zaufanego kodu.