ISchemaModelViewer.AddNodes Method (IList<IList<ISchemaModelViewerNode>>)
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)) _
)
void AddNodes(
IList<IList<ISchemaModelViewerNode>> paths
)
void AddNodes(
IList<IList<ISchemaModelViewerNode^>^>^ paths
)
abstract AddNodes :
paths:IList<IList<ISchemaModelViewerNode>> -> unit
function AddNodes(
paths : IList<IList<ISchemaModelViewerNode>>
)
Parameters
- paths
Type: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
Paths of nodes to add.
Remarks
Nodes will not be added if the tree node has not been expanded yet.
.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