Compartir a través de


SchemaHierarchyUtilities.PathsFromNodes (Método)

Devuelve una lista de rutas de acceso de la lista especificada de nodos.

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
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 devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

SchemaHierarchyUtilities Clase

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