共用方式為


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 命名空間