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
- element
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
Model element.
Return Value
Type: System.Collections.Generic.IList<ISchemaModelViewerNode>
If the cache entry is found, a list of nodes; otherwise, null.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ISchemaHierarchyGenerator Interface
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace