Share via


IDatabaseSchemaViewNode.GetChildren Method

Gets 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
Function GetChildren As IList(Of IDatabaseSchemaViewNode)
'Usage
Dim instance As IDatabaseSchemaViewNode
Dim returnValue As IList(Of IDatabaseSchemaViewNode)

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

Return Value

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

.NET Framework Security

See Also

Reference

IDatabaseSchemaViewNode Interface

IDatabaseSchemaViewNode Members

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