Compartilhar via


Método SchemaModelViewerControllerBaseInternal.GetPathsFromCache

Retorna o caminho do nó modo de exibição do esquema que está contido nas anotações do elemento de modelo especificado.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Protected Overridable Function GetPathsFromCache ( _
    modelElement As IModelElement _
) As IList(Of IList(Of ISchemaModelViewerNode))
protected virtual IList<IList<ISchemaModelViewerNode>> GetPathsFromCache(
    IModelElement modelElement
)
protected:
virtual IList<IList<ISchemaModelViewerNode^>^>^ GetPathsFromCache(
    IModelElement^ modelElement
)
abstract GetPathsFromCache : 
        modelElement:IModelElement -> IList<IList<ISchemaModelViewerNode>> 
override GetPathsFromCache : 
        modelElement:IModelElement -> IList<IList<ISchemaModelViewerNode>> 
protected function GetPathsFromCache(
    modelElement : IModelElement
) : IList<IList<ISchemaModelViewerNode>>

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
Lista de caminhos de nós de modo de exibição do esquema.Esta lista pode estar vazia.

Segurança do .NET Framework

Consulte também

Referência

SchemaModelViewerControllerBaseInternal Classe

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