Compartilhar via


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

Adiciona uma lista de nós para modo de exibição do esquema.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
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

Comentários

Nós não serão adicionadas se o nó de árvore ainda não foi expandido.

Segurança do .NET Framework

Consulte também

Referência

ISchemaModelViewer Interface

Sobrecargas AddNodes

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