SchemaModelViewerControllerBaseInternal.GetPathsFromGeneratorPaths 方法 (IModelElement, IList<IList<ISchemaModelViewerNode>>%, IList<IList<ISchemaModelViewerNode>>%, IList<IList<ISchemaModelViewerNode>>%)
傳回指定之模型項目的結構描述檢視節點路徑。
命名空間: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
組件: Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
語法
'宣告
Protected Function GetPathsFromGeneratorPaths ( _
element As IModelElement, _
<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)) _
) As Boolean
protected bool GetPathsFromGeneratorPaths(
IModelElement element,
out IList<IList<ISchemaModelViewerNode>> added,
out IList<IList<ISchemaModelViewerNode>> updated,
out IList<IList<ISchemaModelViewerNode>> removed
)
protected:
bool GetPathsFromGeneratorPaths(
IModelElement^ element,
[OutAttribute] IList<IList<ISchemaModelViewerNode^>^>^% added,
[OutAttribute] IList<IList<ISchemaModelViewerNode^>^>^% updated,
[OutAttribute] IList<IList<ISchemaModelViewerNode^>^>^% removed
)
member GetPathsFromGeneratorPaths :
element:IModelElement *
added:IList<IList<ISchemaModelViewerNode>> byref *
updated:IList<IList<ISchemaModelViewerNode>> byref *
removed:IList<IList<ISchemaModelViewerNode>> byref -> bool
protected function GetPathsFromGeneratorPaths(
element : IModelElement,
added : IList<IList<ISchemaModelViewerNode>>,
updated : IList<IList<ISchemaModelViewerNode>>,
removed : IList<IList<ISchemaModelViewerNode>>
) : boolean
參數
- element
型別:Microsoft.Data.Schema.SchemaModel.IModelElement
模型項目。
- added
型別:System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>%
使用從產生器節點所建立的節點來填滿。
- updated
型別:System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>%
使用快取區中的節點來填滿。
- removed
型別:System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>%
使用產生器與快取之間出現相符項目的節點來填滿。
傳回值
型別:System.Boolean
如果傳回路徑則為 true,否則為 false。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
SchemaModelViewerControllerBaseInternal 類別
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer 命名空間