ISchemaModelViewer.AddNodes-Methode (IList<IList<ISchemaModelViewerNode>>)

Fügt der Schemaansicht eine Liste von Knoten hinzu.

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>>
)

Parameter

Hinweise

Knoten werden nicht hinzugefügt, wenn der Strukturknoten noch nicht erweitert wurde.

.NET Framework-Sicherheit

Siehe auch

Referenz

ISchemaModelViewer Schnittstelle

AddNodes-Überladung

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