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.

Vyvolá se v prostředí dokončil inicializaci.

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

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

Příklady

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

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DTEEventsClass Třída

EnvDTE – obor názvů