Compartilhar via


Método ISchemaHierarchyGenerator.PathToElement (IModelElement)

Retorna uma lista de nós de hierarquia do nó raiz ao elemento especificado. Esses nós formam o "caminho" para um determinado elemento.

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

Sintaxe

'Declaração
Function PathToElement ( _
    element As IModelElement _
) As IList(Of IList(Of ISchemaModelViewerNode))
IList<IList<ISchemaModelViewerNode>> PathToElement(
    IModelElement element
)
IList<IList<ISchemaModelViewerNode^>^>^ PathToElement(
    IModelElement^ element
)
abstract PathToElement : 
        element:IModelElement -> IList<IList<ISchemaModelViewerNode>> 
function PathToElement(
    element : IModelElement
) : IList<IList<ISchemaModelViewerNode>>

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
Lista de nós de hierarquia.

Segurança do .NET Framework

Consulte também

Referência

ISchemaHierarchyGenerator Interface

Sobrecargas PathToElement

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