ISchemaModelViewer.AddNodes Method (IList<IList<ISchemaModelViewerNode>>, Boolean, Boolean)

Adds a list of nodes to 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
Sub AddNodes ( _
    paths As IList(Of IList(Of ISchemaModelViewerNode)), _
    selectNode As Boolean, _
    expand As Boolean _
)
void AddNodes(
    IList<IList<ISchemaModelViewerNode>> paths,
    bool selectNode,
    bool expand
)
void AddNodes(
    IList<IList<ISchemaModelViewerNode^>^>^ paths, 
    bool selectNode, 
    bool expand
)
abstract AddNodes : 
        paths:IList<IList<ISchemaModelViewerNode>> * 
        selectNode:bool * 
        expand:bool -> unit 
function AddNodes(
    paths : IList<IList<ISchemaModelViewerNode>>, 
    selectNode : boolean, 
    expand : boolean
)

Parameters

  • selectNode
    Type: System.Boolean
    Optionally selects the node. This expands the tree, if necessary.

.NET Framework Security

See Also

Reference

ISchemaModelViewer Interface

AddNodes Overload

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