Método SchemaModelViewerControllerBase.OnDatabaseSchemaViewShown
Manipula o modo de exibição esquema mostrado o evento.
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 OnDatabaseSchemaViewShown ( _
args As SchemaModelViewerShownEventArgs _
)
protected virtual void OnDatabaseSchemaViewShown(
SchemaModelViewerShownEventArgs args
)
protected:
virtual void OnDatabaseSchemaViewShown(
SchemaModelViewerShownEventArgs^ args
)
abstract OnDatabaseSchemaViewShown :
args:SchemaModelViewerShownEventArgs -> unit
override OnDatabaseSchemaViewShown :
args:SchemaModelViewerShownEventArgs -> unit
protected function OnDatabaseSchemaViewShown(
args : SchemaModelViewerShownEventArgs
)
Parâmetros
- args
Tipo: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaModelViewerShownEventArgs
Contém dados sobre este evento.
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