ISchemaViewController.InitializeRootNode Method

Called either because the UI is initialized and is now requesting that the controller create and add the root node or because the project has been loaded.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Sub InitializeRootNode
'Usage
Dim instance As ISchemaViewController

instance.InitializeRootNode()
void InitializeRootNode()
void InitializeRootNode()
function InitializeRootNode()
abstract InitializeRootNode : unit -> unit 

Remarks

Implementers should guard against adding the root node more than once.

.NET Framework Security

See Also

Reference

ISchemaViewController Interface

ISchemaViewController Members

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView Namespace