SchemaModelViewerControllerBaseInternal.GetPathsFromCache Method

Returns the path from the Schema View node that is contained in the annotations of the specified model element.

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

Syntax

'Declaration
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>>

Parameters

Return Value

Type: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
List of paths of Schema View nodes. This list might be empty.

.NET Framework Security

See Also

Reference

SchemaModelViewerControllerBaseInternal Class

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