DatabaseSchemaViewNode.GetChildren Method

Returns the list of children of this node.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Function GetChildren As IList(Of ISchemaModelViewerNode)
public IList<ISchemaModelViewerNode> GetChildren()
public:
virtual IList<ISchemaModelViewerNode^>^ GetChildren() sealed
abstract GetChildren : unit -> IList<ISchemaModelViewerNode> 
override GetChildren : unit -> IList<ISchemaModelViewerNode> 
public final function GetChildren() : IList<ISchemaModelViewerNode>

Return Value

Type: System.Collections.Generic.IList<ISchemaModelViewerNode>
List of child nodes. If no children exist, an empty list is returned.

Implements

ISchemaModelViewerNode.GetChildren()

.NET Framework Security

See Also

Reference

DatabaseSchemaViewNode Class

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace