Metodo SchemaModelViewerControllerBase.GetSelectionPathToElement

Restituisce il percorso per l'elemento specificato che viene utilizzato quando si naviga all'elemento in Visualizzazione schema.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

'Dichiarazione
Public MustOverride Function GetSelectionPathToElement ( _
    element As IModelElement _
) As IList(Of ISchemaModelViewerNode)
public abstract IList<ISchemaModelViewerNode> GetSelectionPathToElement(
    IModelElement element
)
public:
virtual IList<ISchemaModelViewerNode^>^ GetSelectionPathToElement(
    IModelElement^ element
) abstract
abstract GetSelectionPathToElement : 
        element:IModelElement -> IList<ISchemaModelViewerNode> 
public abstract function GetSelectionPathToElement(
    element : IModelElement
) : IList<ISchemaModelViewerNode>

Parametri

Valore restituito

Tipo: System.Collections.Generic.IList<ISchemaModelViewerNode>
Elenco non null che rappresenta il percorso dal nodo radice al nodo dell'elemento del modello (l'elenco potrebbe essere vuoto).

Implementa

ISchemaModelViewerController.GetSelectionPathToElement(IModelElement)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SchemaModelViewerControllerBase Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer