Sdílet prostřednictvím


SchemaModelViewerControllerBase.OnDatabaseSchemaViewShown – metoda

Zpracovává jeho zobrazení schématu události.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
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
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SchemaModelViewerControllerBase Třída

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer – obor názvů