SchemaModelViewerControllerBaseInternal.GetPathsFromGeneratorPaths – metoda (IModelElement, IList<IList<ISchemaModelViewerNode>>, IList<IList<ISchemaModelViewerNode>>%, IList<IList<ISchemaModelViewerNode>>%, IList<IList<ISchemaModelViewerNode>>%)
Vrátí cesty uzlu schématu zobrazení pro zadanou hierarchii generátor cesty uzlu.
Obor názvů: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Sestavení: Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Deklarace
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>>
)
Parametry
- element
Typ: Microsoft.Data.Schema.SchemaModel.IModelElement
Prvek modelu.
- paths
Typ: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
Hierarchie cesty uzlu z generátoru.
- added
Typ: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>%
Uzly vytvořené z uzlů generátor vyplněna.
- updated
Typ: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>%
Vyplněn uzlů z mezipaměti.
- removed
Typ: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>%
Uzly, kde došlo k shoda mezi generátor a mezipaměť naplněna.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
SchemaModelViewerControllerBaseInternal Třída
GetPathsFromGeneratorPaths – přetížení
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer – obor názvů