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
- paths
Type: System.Collections.Generic.IList<IList<IDatabaseSchemaViewNode>>
The list of paths of nodes to add
- selectNode
Type: System.Boolean
Specifies whether to select the node
- expand
Type: System.Boolean
Specifies whether to expand the selected node
.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
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView Namespace