Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace