Compartir a través de


ISchemaModelViewerController.GetPathsToElement (Método)

Devuelve rutas de acceso del elemento especificado en la jerarquía.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
Lista de valores que no son NULL (aunque la lista puede estar vacía) que representa la ruta de acceso desde el nodo raíz al nodo de elemento de modelo.

Seguridad de .NET Framework

Vea también

Referencia

ISchemaModelViewerController Interfaz

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer (Espacio de nombres)