SchemaViewControllerBaseInternal.PopulateNode Method

Populates a node and returns a list of the node's children.

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

Syntax

'Declaration
Protected Function PopulateNode ( _
    schemaViewNodeToPopulate As IDatabaseSchemaViewNode _
) As IList(Of IDatabaseSchemaViewNode)
'Usage
Dim schemaViewNodeToPopulate As IDatabaseSchemaViewNode
Dim returnValue As IList(Of IDatabaseSchemaViewNode)

returnValue = Me.PopulateNode(schemaViewNodeToPopulate)
protected IList<IDatabaseSchemaViewNode> PopulateNode(
    IDatabaseSchemaViewNode schemaViewNodeToPopulate
)
protected:
IList<IDatabaseSchemaViewNode^>^ PopulateNode(
    IDatabaseSchemaViewNode^ schemaViewNodeToPopulate
)
protected function PopulateNode(
    schemaViewNodeToPopulate : IDatabaseSchemaViewNode
) : IList<IDatabaseSchemaViewNode>
member PopulateNode : 
        schemaViewNodeToPopulate:IDatabaseSchemaViewNode -> IList<IDatabaseSchemaViewNode> 

Parameters

Return Value

Type: System.Collections.Generic.IList<IDatabaseSchemaViewNode>

.NET Framework Security

See Also

Reference

SchemaViewControllerBaseInternal Class

SchemaViewControllerBaseInternal Members

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