将节点列表添加到架构视图。
命名空间: 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 命名空间