DatabaseSchemaViewNode.GetChildren Method

Returns a list of the children of this 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
Public Function GetChildren As IList(Of IDatabaseSchemaViewNode)
'Usage
Dim instance As DatabaseSchemaViewNode
Dim returnValue As IList(Of IDatabaseSchemaViewNode)

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

Return Value

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

Implements

IDatabaseSchemaViewNode.GetChildren()

.NET Framework Security

See Also

Reference

DatabaseSchemaViewNode Class

DatabaseSchemaViewNode Members

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