Método DTEEventsClass.add_OnStartupComplete

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Implementações

_dispDTEEvents_Event.add_OnStartupComplete(_dispDTEEvents_OnStartupCompleteEventHandler)

Segurança do .NET Framework

Consulte também

Referência

DTEEventsClass Classe

Namespace EnvDTE