Share via


IDatabaseNode.Children Property

Gets the list of child nodes for this node.

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

Syntax

'Declaration
ReadOnly Property Children As IList(Of IDatabaseNode)
IList<IDatabaseNode> Children { get; }
property IList<IDatabaseNode^>^ Children {
    IList<IDatabaseNode^>^ get ();
}
abstract Children : IList<IDatabaseNode>
function get Children () : IList<IDatabaseNode>

Property Value

Type: System.Collections.Generic.IList<IDatabaseNode>
The children.

.NET Framework Security

See Also

Reference

IDatabaseNode Interface

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