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
- nodes
Tipo: System.Collections.Generic.IList<ISchemaModelViewerNode>
Lista de nós.
Valor de retorno
Tipo: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
Lista de caminhos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
SchemaHierarchyUtilities Classe
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer