Udostępnij za pośrednictwem


Zdarzenie DTEEventsClass.OnStartupComplete

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Występuje po zakończeniu inicjowania środowiska.

Przestrzeń nazw:  EnvDTE
Zestaw:  EnvDTE (w EnvDTE.dll)

Składnia

'Deklaracja
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>
Język JScript nie obsługuje zdarzeń.

Implementuje

_dispDTEEvents_Event.OnStartupComplete

Uwagi

Wszystkie dodatki musi zaimplementować tę metodę.OnStartupCompleteUmożliwia instalowanie elementów interfejsu użytkownika.Dodatki można używać albo tego zdarzenia lub OnStartupComplete metody.

Przykłady

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

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

DTEEventsClass Klasa

Przestrzeń nazw EnvDTE