Sdílet prostřednictvím


DTEEventsClass.OnStartupComplete – událost

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

Po dokončení inicializace prostředí dochází.

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

Syntaxe

'Deklarace
Public Overridable Event OnStartupComplete As _dispDTEEvents_OnStartupCompleteEventHandler
public virtual event _dispDTEEvents_OnStartupCompleteEventHandler OnStartupComplete
public:
virtual  event _dispDTEEvents_OnStartupCompleteEventHandler^ OnStartupComplete {
    void add (_dispDTEEvents_OnStartupCompleteEventHandler^ value);
    void remove (_dispDTEEvents_OnStartupCompleteEventHandler^ value);
}
abstract OnStartupComplete : IEvent<_dispDTEEvents_OnStartupCompleteEventHandler,
    EventArgs>
override OnStartupComplete : IEvent<_dispDTEEvents_OnStartupCompleteEventHandler,
    EventArgs>
Jazyk JScript nepodporuje události.

Implementuje

_dispDTEEvents_Event.OnStartupComplete

Poznámky

Tato metoda musí implementovat všechny doplňky. OnStartupCompleteumožňuje instalovat prvky uživatelského rozhraní. Doplňky můžete použít buď tuto událost nebo OnStartupComplete metody.

Příklady

Public Sub DTEEvents_OnStartupComplete() Handles DTEEvents.OnStartupComplete
    MsgBox("Visual Studio startup is complete.")
End Sub

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DTEEventsClass Třída

EnvDTE – obor názvů