ISchemaHierarchyGenerator.GetChildren 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 GetChildren ( _
    parent As IDatabaseSchemaViewNode _
) As IList(Of IDatabaseSchemaViewNode)
'Usage
Dim instance As ISchemaHierarchyGenerator
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>

.NET Framework Security

See Also

Reference

ISchemaHierarchyGenerator Interface

ISchemaHierarchyGenerator Members

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