ISchemaHierarchyPopulator.Run 方法

创建子节点。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
Function Run ( _
    parentNode As ISchemaModelViewerNode, _
    children As IList(Of ISchemaModelViewerNode) _
) As Boolean
bool Run(
    ISchemaModelViewerNode parentNode,
    IList<ISchemaModelViewerNode> children
)
bool Run(
    ISchemaModelViewerNode^ parentNode, 
    IList<ISchemaModelViewerNode^>^ children
)
abstract Run : 
        parentNode:ISchemaModelViewerNode * 
        children:IList<ISchemaModelViewerNode> -> bool 
function Run(
    parentNode : ISchemaModelViewerNode, 
    children : IList<ISchemaModelViewerNode>
) : boolean

参数

返回值

类型:System.Boolean
true 则继续。

.NET Framework 安全性

请参见

参考

ISchemaHierarchyPopulator 接口

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