指定した階層構造ジェネレーター ノード パスのスキーマ ビュー ノードのパスを返します。
名前空間: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
アセンブリ: Microsoft.VisualStudio.Data.Schema.Package (Microsoft.VisualStudio.Data.Schema.Package.dll 内)
構文
'宣言
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>>
)
パラメーター
- element
型: Microsoft.Data.Schema.SchemaModel.IModelElement
モデル要素。
- paths
型: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
ジェネレーターからの階層構造ノード パス。
- added
型: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>%
作成されたノードをジェネレーター ノードから取得します。
- updated
型: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>%
キャッシュからノードを取得します。
- removed
型: System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>%
ジェネレーターとキャッシュの間で一致するノードが取得されます。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
SchemaModelViewerControllerBaseInternal クラス
GetPathsFromGeneratorPaths オーバーロード
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer 名前空間