SchemaModelViewerControllerBaseInternal.GetPathsFromGeneratorPaths Method (IModelElement, IList<IList<ISchemaModelViewerNode>>, IList<IList<ISchemaModelViewerNode>>%, IList<IList<ISchemaModelViewerNode>>%, IList<IList<ISchemaModelViewerNode>>%)
Returns the Schema View node paths for the specified hierarchy generator node paths.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Protected Sub GetPathsFromGeneratorPaths ( _
element As IModelElement, _
paths As IList(Of IList(Of ISchemaModelViewerNode)), _
<OutAttribute> ByRef added As IList(Of IList(Of ISchemaModelViewerNode)), _
<OutAttribute> ByRef updated As IList(Of IList(Of ISchemaModelViewerNode)), _
<OutAttribute> ByRef removed As IList(Of IList(Of ISchemaModelViewerNode)) _
)
protected void GetPathsFromGeneratorPaths(
IModelElement element,
IList<IList<ISchemaModelViewerNode>> paths,
out IList<IList<ISchemaModelViewerNode>> added,
out IList<IList<ISchemaModelViewerNode>> updated,
out IList<IList<ISchemaModelViewerNode>> removed
)
protected:
void GetPathsFromGeneratorPaths(
IModelElement^ element,
IList<IList<ISchemaModelViewerNode^>^>^ paths,
[OutAttribute] IList<IList<ISchemaModelViewerNode^>^>^% added,
[OutAttribute] IList<IList<ISchemaModelViewerNode^>^>^% updated,
[OutAttribute] IList<IList<ISchemaModelViewerNode^>^>^% removed
)
member GetPathsFromGeneratorPaths :
element:IModelElement *
paths:IList<IList<ISchemaModelViewerNode>> *
added:IList<IList<ISchemaModelViewerNode>> byref *
updated:IList<IList<ISchemaModelViewerNode>> byref *
removed:IList<IList<ISchemaModelViewerNode>> byref -> unit
protected function GetPathsFromGeneratorPaths(
element : IModelElement,
paths : IList<IList<ISchemaModelViewerNode>>,
added : IList<IList<ISchemaModelViewerNode>>,
updated : IList<IList<ISchemaModelViewerNode>>,
removed : IList<IList<ISchemaModelViewerNode>>
)
Parameters
- element
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
Model element.
- paths
Type: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
Hierarchy node paths from the generator.
- added
Type: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>%
Filled with nodes created from the generator nodes.
- updated
Type: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>%
Filled with nodes from cache.
- removed
Type: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>%
Filled with nodes where a match occurred between the generator and cache.
.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
GetPathsFromGeneratorPaths Overload
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace