Metodo ISchemaModelViewer.AddNodes (IList<IList<ISchemaModelViewerNode>>, Boolean, Boolean)

Aggiunge un elenco di nodi a Visualizzazione schema.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

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

Parametri

  • selectNode
    Tipo: System.Boolean
    Seleziona facoltativamente il nodo.Espande la struttura ad albero, se necessario.
  • expand
    Tipo: System.Boolean
    Espande facoltativamente il nodo selezionato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISchemaModelViewer Interfaccia

Overload AddNodes

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer