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

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

Parameter

  • selectNode
    Typ: System.Boolean
    Wählt optional den Knoten aus.Hierdurch wird ggf. die Struktur erweitert.
  • expand
    Typ: System.Boolean
    Erweitert optional den ausgewählten Knoten.

.NET Framework-Sicherheit

Siehe auch

Referenz

ISchemaModelViewer Schnittstelle

AddNodes-Überladung

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