IPopulator.Run Method

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.SchemaHierarchy
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Function Run ( _
    parentNode As IDatabaseSchemaViewNode, _
    children As IList(Of IDatabaseSchemaViewNode) _
) As Boolean
'Usage
Dim instance As IPopulator
Dim parentNode As IDatabaseSchemaViewNode
Dim children As IList(Of IDatabaseSchemaViewNode)
Dim returnValue As Boolean

returnValue = instance.Run(parentNode, _
    children)
bool Run(
    IDatabaseSchemaViewNode parentNode,
    IList<IDatabaseSchemaViewNode> children
)
bool Run(
    IDatabaseSchemaViewNode^ parentNode, 
    IList<IDatabaseSchemaViewNode^>^ children
)
function Run(
    parentNode : IDatabaseSchemaViewNode, 
    children : IList<IDatabaseSchemaViewNode>
) : boolean
abstract Run : 
        parentNode:IDatabaseSchemaViewNode * 
        children:IList<IDatabaseSchemaViewNode> -> bool 

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IPopulator Interface

IPopulator Members

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.SchemaHierarchy Namespace