SchemaViewControllerBaseInternal.GetChildren Method

Returns a list of child nodes for the specified parent node.

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

Syntax

'Declaration
Public Overrides Function GetChildren ( _
    parent As IDatabaseSchemaViewNode _
) As IList(Of IDatabaseSchemaViewNode)
'Usage
Dim instance As SchemaViewControllerBaseInternal
Dim parent As IDatabaseSchemaViewNode
Dim returnValue As IList(Of IDatabaseSchemaViewNode)

returnValue = instance.GetChildren(parent)
public override IList<IDatabaseSchemaViewNode> GetChildren(
    IDatabaseSchemaViewNode parent
)
public:
virtual IList<IDatabaseSchemaViewNode^>^ GetChildren(
    IDatabaseSchemaViewNode^ parent
) override
public override function GetChildren(
    parent : IDatabaseSchemaViewNode
) : IList<IDatabaseSchemaViewNode>
abstract GetChildren : 
        parent:IDatabaseSchemaViewNode -> IList<IDatabaseSchemaViewNode> 
override GetChildren : 
        parent:IDatabaseSchemaViewNode -> IList<IDatabaseSchemaViewNode> 

Parameters

Return Value

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

Implements

ISchemaViewController.GetChildren(IDatabaseSchemaViewNode)

.NET Framework Security

See Also

Reference

SchemaViewControllerBaseInternal Class

SchemaViewControllerBaseInternal Members

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