ISchemaModelViewer.AddRootNode Method

Adds a root node to Schema View that usually represents 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
Sub AddRootNode ( _
    newRoot As ISchemaModelViewerNode _
)
void AddRootNode(
    ISchemaModelViewerNode newRoot
)
void AddRootNode(
    ISchemaModelViewerNode^ newRoot
)
abstract AddRootNode : 
        newRoot:ISchemaModelViewerNode -> unit 
function AddRootNode(
    newRoot : ISchemaModelViewerNode
)

Parameters

.NET Framework Security

See Also

Reference

ISchemaModelViewer Interface

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