Dela via


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

Remarks

Nodes will not be added if the tree node has not been expanded yet.

.NET Framework Security

See Also

Reference

ISchemaModelViewer Interface

AddNodes Overload

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