ISchemaViewController.GetChildren Method

Return the list of children for the specified parent node.

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

Syntax

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

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

Parameters

Return Value

Type: System.Collections.Generic.IList<IDatabaseSchemaViewNode>
Returns a non-null list, which may be empty.

.NET Framework Security

See Also

Reference

ISchemaViewController Interface

ISchemaViewController Members

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