Compartilhar via


Método VCProjectEngineEventsClass.remove_SolutionLoaded

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:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxe

'Declaração
Public Overridable Sub remove_SolutionLoaded ( _
    A_1 As _dispVCProjectEngineEvents_SolutionLoadedEventHandler _
)
public virtual void remove_SolutionLoaded(
    _dispVCProjectEngineEvents_SolutionLoadedEventHandler A_1
)
public:
virtual void remove_SolutionLoaded(
    _dispVCProjectEngineEvents_SolutionLoadedEventHandler^ A_1
)
abstract remove_SolutionLoaded : 
        A_1:_dispVCProjectEngineEvents_SolutionLoadedEventHandler -> unit 
override remove_SolutionLoaded : 
        A_1:_dispVCProjectEngineEvents_SolutionLoadedEventHandler -> unit 
public function remove_SolutionLoaded(
    A_1 : _dispVCProjectEngineEvents_SolutionLoadedEventHandler
)

Parâmetros

Implementações

_dispVCProjectEngineEvents_Event.remove_SolutionLoaded(_dispVCProjectEngineEvents_SolutionLoadedEventHandler)

Segurança do .NET Framework

Consulte também

Referência

VCProjectEngineEventsClass Classe

Namespace Microsoft.VisualStudio.VCProjectEngine