ISchemaModelViewer.AddNodes 方法 (IList<IList<ISchemaModelViewerNode>>)
將節點清單加入至結構描述檢視。
命名空間: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
組件: Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
語法
'宣告
Sub AddNodes ( _
paths As IList(Of IList(Of ISchemaModelViewerNode)) _
)
void AddNodes(
IList<IList<ISchemaModelViewerNode>> paths
)
void AddNodes(
IList<IList<ISchemaModelViewerNode^>^>^ paths
)
abstract AddNodes :
paths:IList<IList<ISchemaModelViewerNode>> -> unit
function AddNodes(
paths : IList<IList<ISchemaModelViewerNode>>
)
參數
- paths
型別:System.Collections.Generic.IList<IList<ISchemaModelViewerNode>>
要加入之節點的路徑。
備註
如果樹狀節點尚未展開,就不會加入節點。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer 命名空間