Evento VCProjectEngineEventsClass.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 Event SolutionLoaded As _dispVCProjectEngineEvents_SolutionLoadedEventHandler
public virtual event _dispVCProjectEngineEvents_SolutionLoadedEventHandler SolutionLoaded
public:
virtual event _dispVCProjectEngineEvents_SolutionLoadedEventHandler^ SolutionLoaded {
void add (_dispVCProjectEngineEvents_SolutionLoadedEventHandler^ value);
void remove (_dispVCProjectEngineEvents_SolutionLoadedEventHandler^ value);
}
abstract SolutionLoaded : IEvent<_dispVCProjectEngineEvents_SolutionLoadedEventHandler,
EventArgs>
override SolutionLoaded : IEvent<_dispVCProjectEngineEvents_SolutionLoadedEventHandler,
EventArgs>
JScript não oferece suporte a eventos.
Implementações
_dispVCProjectEngineEvents_Event.SolutionLoaded
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.