Método SchemaModelViewerControllerBase.ListenToSolutionEvents
Cria um ouvinte de solução e escuta para eventos de solução.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
Protected Overridable Sub ListenToSolutionEvents
protected virtual void ListenToSolutionEvents()
protected:
virtual void ListenToSolutionEvents()
abstract ListenToSolutionEvents : unit -> unit
override ListenToSolutionEvents : unit -> unit
protected function ListenToSolutionEvents()
Comentários
Os eventos atualmente ouviu incluem AfterRenameProjectEvent, AfterLoadProjectEvent, AfterOpenProjectEvent, BeforeUnloadProjectEvent e BeforeCloseProjectEvent.
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.
Consulte também
Referência
SchemaModelViewerControllerBase Classe
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer