ISchemaHierarchyGenerator.PathToElement 方法 (IModelElement)
傳回從根節點到指定之項目的階層節點的清單。 這些節點構成指定之項目的「路徑」。
命名空間: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
組件: Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
語法
'宣告
Function PathToElement ( _
element As IModelElement _
) As IList(Of IList(Of ISchemaModelViewerNode))
IList<IList<ISchemaModelViewerNode>> PathToElement(
IModelElement element
)
IList<IList<ISchemaModelViewerNode^>^>^ PathToElement(
IModelElement^ element
)
abstract PathToElement :
element:IModelElement -> IList<IList<ISchemaModelViewerNode>>
function PathToElement(
element : IModelElement
) : IList<IList<ISchemaModelViewerNode>>
參數
- element
型別:Microsoft.Data.Schema.SchemaModel.IModelElement
目標項目。
傳回值
型別:System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
階層節點的清單。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer 命名空間