Compartir a través de


ISchemaModelViewer.AddNodes (Método) (IList<IList<ISchemaModelViewerNode>>)

Agrega una lista de nodos a la Vista de esquema.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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>>
)

Parámetros

Comentarios

No se agregarán los nodos si todavía no se ha expandido el nodo de árbol.

Seguridad de .NET Framework

Vea también

Referencia

ISchemaModelViewer Interfaz

AddNodes (Sobrecarga)

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer (Espacio de nombres)