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
- A_1
Tipo: Microsoft.VisualStudio.VCProjectEngine._dispVCProjectEngineEvents_SolutionLoadedEventHandler
SolutionLoadedEventHandler
Implementações
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.