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>>
)

参数

备注

如果已经尚未展开树节点,将不会添加节点。

.NET Framework 安全性

请参见

参考

ISchemaModelViewer 接口

AddNodes 重载

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer 命名空间