ISchemaHierarchyGenerator.GetElementNodesFromCache Method

Returns only those element nodes that are found in the cache.

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

Syntax

'Declaration
Function GetElementNodesFromCache ( _
    element As IModelElement _
) As IList(Of ISchemaModelViewerNode)
IList<ISchemaModelViewerNode> GetElementNodesFromCache(
    IModelElement element
)
IList<ISchemaModelViewerNode^>^ GetElementNodesFromCache(
    IModelElement^ element
)
abstract GetElementNodesFromCache : 
        element:IModelElement -> IList<ISchemaModelViewerNode> 
function GetElementNodesFromCache(
    element : IModelElement
) : IList<ISchemaModelViewerNode>

Parameters

Return Value

Type: System.Collections.Generic.IList<ISchemaModelViewerNode>
If the cache entry is found, a list of nodes; otherwise, null.

.NET Framework Security

See Also

Reference

ISchemaHierarchyGenerator Interface

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