Share via


SchemaViewControllerBaseInternal.GetPathsFromCache Method

Returns the paths from the schema view node contained in given model element's annotations.

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

Syntax

'Declaration
Protected Overridable Function GetPathsFromCache ( _
    modelElement As IModelElement _
) As IList(Of IList(Of IDatabaseSchemaViewNode))
'Usage
Dim modelElement As IModelElement
Dim returnValue As IList(Of IList(Of IDatabaseSchemaViewNode))

returnValue = Me.GetPathsFromCache(modelElement)
protected virtual IList<IList<IDatabaseSchemaViewNode>> GetPathsFromCache(
    IModelElement modelElement
)
protected:
virtual IList<IList<IDatabaseSchemaViewNode^>^>^ GetPathsFromCache(
    IModelElement^ modelElement
)
protected function GetPathsFromCache(
    modelElement : IModelElement
) : IList<IList<IDatabaseSchemaViewNode>>
abstract GetPathsFromCache : 
        modelElement:IModelElement -> IList<IList<IDatabaseSchemaViewNode>> 
override GetPathsFromCache : 
        modelElement:IModelElement -> IList<IList<IDatabaseSchemaViewNode>> 

Parameters

Return Value

Type: System.Collections.Generic.IList<IList<IDatabaseSchemaViewNode>>

.NET Framework Security

See Also

Reference

SchemaViewControllerBaseInternal Class

SchemaViewControllerBaseInternal Members

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows Namespace