Sdílet prostřednictvím


DTEEventsClass.add_OnStartupComplete – 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_OnStartupComplete ( _
    A_1 As _dispDTEEvents_OnStartupCompleteEventHandler _
)
public virtual void add_OnStartupComplete(
    _dispDTEEvents_OnStartupCompleteEventHandler A_1
)
public:
virtual void add_OnStartupComplete(
    _dispDTEEvents_OnStartupCompleteEventHandler^ A_1
)
abstract add_OnStartupComplete : 
        A_1:_dispDTEEvents_OnStartupCompleteEventHandler -> unit  
override add_OnStartupComplete : 
        A_1:_dispDTEEvents_OnStartupCompleteEventHandler -> unit
public function add_OnStartupComplete(
    A_1 : _dispDTEEvents_OnStartupCompleteEventHandler
)

Parametry

Implementuje

_dispDTEEvents_Event.add_OnStartupComplete(_dispDTEEvents_OnStartupCompleteEventHandler)

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DTEEventsClass Třída

EnvDTE – obor názvů