Delen via


ISchemaHierarchyPopulator.Run Method

Creates child nodes.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
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

Parameters

Return Value

Type: System.Boolean
true to continue.

.NET Framework Security

See Also

Reference

ISchemaHierarchyPopulator Interface

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace