Dela via


SchemaModelViewerControllerBase.Initialize Method

Caches the project node.

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

Syntax

'Declaration
Public Overridable Sub Initialize ( _
    node As IDatabaseProjectNode _
)
public virtual void Initialize(
    IDatabaseProjectNode node
)
public:
virtual void Initialize(
    IDatabaseProjectNode^ node
)
abstract Initialize : 
        node:IDatabaseProjectNode -> unit 
override Initialize : 
        node:IDatabaseProjectNode -> unit 
public function Initialize(
    node : IDatabaseProjectNode
)

Parameters

Implements

ISchemaModelViewerController.Initialize(IDatabaseProjectNode)

Remarks

Stores the project node and calls virtual methods to perform the following activities: listen to tool window events; listen to solution events; listen to project events; listen to store events; listen to Schema View events (currently no events); and Load state.

.NET Framework Security

See Also

Reference

SchemaModelViewerControllerBase Class

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