IDatabaseSchemaView.AddNodes Method (IList<IList<IDatabaseSchemaViewNode>>, Boolean, Boolean)

Adds a list of nodes to the schema view.

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 AddNodes ( _
    paths As IList(Of IList(Of IDatabaseSchemaViewNode)), _
    selectNode As Boolean, _
    expand As Boolean _
)
'Usage
Dim instance As IDatabaseSchemaView
Dim paths As IList(Of IList(Of IDatabaseSchemaViewNode))
Dim selectNode As Boolean
Dim expand As Boolean

instance.AddNodes(paths, selectNode, expand)
void AddNodes(
    IList<IList<IDatabaseSchemaViewNode>> paths,
    bool selectNode,
    bool expand
)
void AddNodes(
    IList<IList<IDatabaseSchemaViewNode^>^>^ paths, 
    bool selectNode, 
    bool expand
)
function AddNodes(
    paths : IList<IList<IDatabaseSchemaViewNode>>, 
    selectNode : boolean, 
    expand : boolean
)
abstract AddNodes : 
        paths:IList<IList<IDatabaseSchemaViewNode>> * 
        selectNode:bool * 
        expand:bool -> unit 

Parameters

  • selectNode
    Type: System.Boolean
    Specifies whether to select the node
  • expand
    Type: System.Boolean
    Specifies whether to expand the selected node

.NET Framework Security

See Also

Reference

IDatabaseSchemaView Interface

IDatabaseSchemaView Members

AddNodes Overload

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