Compartilhar via


Método ISchemaModelViewerController.GetSelectionPathToElement

Retorna o caminho para o elemento que é usado para navegar para o elemento na visualização Esquema.

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

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.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