Compartilhar via


Método ISchemaModelViewerController.GetPathsToElement

Retorna os caminhos do elemento especificado na hierarquia.

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 GetPathsToElement ( _
    element As IModelElement _
) As IList(Of IList(Of ISchemaModelViewerNode))
IList<IList<ISchemaModelViewerNode>> GetPathsToElement(
    IModelElement element
)
IList<IList<ISchemaModelViewerNode^>^>^ GetPathsToElement(
    IModelElement^ element
)
abstract GetPathsToElement : 
        element:IModelElement -> IList<IList<ISchemaModelViewerNode>> 
function GetPathsToElement(
    element : IModelElement
) : IList<IList<ISchemaModelViewerNode>>

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
Lista de não-null (embora a lista pode estar vazia) que representa o caminho do nó raiz para o nó de elemento de modelo.

Segurança do .NET Framework

Consulte também

Referência

ISchemaModelViewerController Interface

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