Sdílet prostřednictvím


CommandEventsClass.add_BeforeExecute – metoda

Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.

Microsoft pouze pro interní použití.

Obor názvů:  EnvDTE
Sestavení:  EnvDTE (v EnvDTE.dll)

Syntaxe

'Deklarace
Public Overridable Sub add_BeforeExecute ( _
    A_1 As _dispCommandEvents_BeforeExecuteEventHandler _
)
public virtual void add_BeforeExecute(
    _dispCommandEvents_BeforeExecuteEventHandler A_1
)
public:
virtual void add_BeforeExecute(
    _dispCommandEvents_BeforeExecuteEventHandler^ A_1
)
abstract add_BeforeExecute : 
        A_1:_dispCommandEvents_BeforeExecuteEventHandler -> unit 
override add_BeforeExecute : 
        A_1:_dispCommandEvents_BeforeExecuteEventHandler -> unit 
public function add_BeforeExecute(
    A_1 : _dispCommandEvents_BeforeExecuteEventHandler
)

Parametry

Implementuje

_dispCommandEvents_Event.add_BeforeExecute(_dispCommandEvents_BeforeExecuteEventHandler)

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

CommandEventsClass Třída

EnvDTE – obor názvů