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
- node
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseProjectNode
The parent database project.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SchemaModelViewerControllerBase Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace