Partilhar via


Método SchemaHierarchyUtilities.PathsFromNodes

Retorna uma lista de caminhos da lista especificada de nós.

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

Sintaxe

'Declaração
Public Shared Function PathsFromNodes ( _
    nodes As IList(Of ISchemaModelViewerNode) _
) As IList(Of IList(Of ISchemaModelViewerNode))
public static IList<IList<ISchemaModelViewerNode>> PathsFromNodes(
    IList<ISchemaModelViewerNode> nodes
)
public:
static IList<IList<ISchemaModelViewerNode^>^>^ PathsFromNodes(
    IList<ISchemaModelViewerNode^>^ nodes
)
static member PathsFromNodes : 
        nodes:IList<ISchemaModelViewerNode> -> IList<IList<ISchemaModelViewerNode>> 
public static function PathsFromNodes(
    nodes : IList<ISchemaModelViewerNode>
) : IList<IList<ISchemaModelViewerNode>>

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
Lista de caminhos.

Segurança do .NET Framework

Consulte também

Referência

SchemaHierarchyUtilities Classe

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