Compartilhar via


Método SchemaModelViewerControllerBaseInternal.GetSelectionPathToElement

Obtém o caminho que é usado para selecionar o elemento na visualização Esquema do gerador de 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
Public Overrides Function GetSelectionPathToElement ( _
    element As IModelElement _
) As IList(Of ISchemaModelViewerNode)
public override IList<ISchemaModelViewerNode> GetSelectionPathToElement(
    IModelElement element
)
public:
virtual IList<ISchemaModelViewerNode^>^ GetSelectionPathToElement(
    IModelElement^ element
) override
abstract GetSelectionPathToElement : 
        element:IModelElement -> IList<ISchemaModelViewerNode> 
override GetSelectionPathToElement : 
        element:IModelElement -> IList<ISchemaModelViewerNode> 
public override function GetSelectionPathToElement(
    element : IModelElement
) : IList<ISchemaModelViewerNode>

Parâmetros

Valor de retorno

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

Implementações

ISchemaModelViewerController.GetSelectionPathToElement(IModelElement)

Segurança do .NET Framework

Consulte também

Referência

SchemaModelViewerControllerBaseInternal Classe

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