Partilhar via


Método DTEEventsClass.remove_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 remove_OnStartupComplete ( _
    A_1 As _dispDTEEvents_OnStartupCompleteEventHandler _
)
public virtual void remove_OnStartupComplete(
    _dispDTEEvents_OnStartupCompleteEventHandler A_1
)
public:
virtual void remove_OnStartupComplete(
    _dispDTEEvents_OnStartupCompleteEventHandler^ A_1
)
abstract remove_OnStartupComplete : 
        A_1:_dispDTEEvents_OnStartupCompleteEventHandler -> unit 
override remove_OnStartupComplete : 
        A_1:_dispDTEEvents_OnStartupCompleteEventHandler -> unit 
public function remove_OnStartupComplete(
    A_1 : _dispDTEEvents_OnStartupCompleteEventHandler
)

Parâmetros

Implementações

_dispDTEEvents_Event.remove_OnStartupComplete(_dispDTEEvents_OnStartupCompleteEventHandler)

Segurança do .NET Framework

Consulte também

Referência

DTEEventsClass Classe

Namespace EnvDTE