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
- modelElement
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
Model element to check for annotations.
Return Value
Type: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
List of paths of Schema View nodes. This list might be empty.
.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
SchemaModelViewerControllerBaseInternal Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace