ISchemaModelViewer.AddNodes 方法 (IList<IList<ISchemaModelViewerNode>>, Boolean, Boolean)

将节点列表添加到架构视图。

命名空间:  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)), _
    selectNode As Boolean, _
    expand As Boolean _
)
void AddNodes(
    IList<IList<ISchemaModelViewerNode>> paths,
    bool selectNode,
    bool expand
)
void AddNodes(
    IList<IList<ISchemaModelViewerNode^>^>^ paths, 
    bool selectNode, 
    bool expand
)
abstract AddNodes : 
        paths:IList<IList<ISchemaModelViewerNode>> * 
        selectNode:bool * 
        expand:bool -> unit 
function AddNodes(
    paths : IList<IList<ISchemaModelViewerNode>>, 
    selectNode : boolean, 
    expand : boolean
)

参数

  • selectNode
    类型:System.Boolean
    (可选)选择节点。必要时,这会展开树。

.NET Framework 安全性

请参见

参考

ISchemaModelViewer 接口

AddNodes 重载

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