SchemaViewControllerBase.GetChildren Method

Returns the list of children 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 MustOverride Function GetChildren ( _
    parent As IDatabaseSchemaViewNode _
) As IList(Of IDatabaseSchemaViewNode)
'Usage
Dim instance As SchemaViewControllerBase
Dim parent As IDatabaseSchemaViewNode
Dim returnValue As IList(Of IDatabaseSchemaViewNode)

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

Parameters

Return Value

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

Implements

ISchemaViewController.GetChildren(IDatabaseSchemaViewNode)

.NET Framework Security

See Also

Reference

SchemaViewControllerBase Class

SchemaViewControllerBase Members

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