Dela via


SchemaModelViewerControllerBase.OnDatabaseSchemaViewInitialized Method

Initializes the controller with Schema View.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Protected Overridable Sub OnDatabaseSchemaViewInitialized ( _
    schemaView As IDatabaseSchemaView _
)
protected virtual void OnDatabaseSchemaViewInitialized(
    IDatabaseSchemaView schemaView
)
protected:
virtual void OnDatabaseSchemaViewInitialized(
    IDatabaseSchemaView^ schemaView
)
abstract OnDatabaseSchemaViewInitialized : 
        schemaView:IDatabaseSchemaView -> unit 
override OnDatabaseSchemaViewInitialized : 
        schemaView:IDatabaseSchemaView -> unit 
protected function OnDatabaseSchemaViewInitialized(
    schemaView : IDatabaseSchemaView
)

Parameters

Remarks

Caches the Schema View interface and listens to Schema View events.

.NET Framework Security

See Also

Reference

SchemaModelViewerControllerBase Class

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace