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
- paths
Type: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
Paths of nodes to add.
- selectNode
Type: System.Boolean
Optionally selects the node. This expands the tree, if necessary.
- expand
Type: System.Boolean
Optionally expands 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.Package.Project.SchemaModelViewer Namespace