Partager via


IDatabaseNode.Children, propriété

Obtient la liste de nœuds enfants pour ce nœud.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

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

Valeur de propriété

Type : System.Collections.Generic.IList<IDatabaseNode>
Enfants.

Sécurité .NET Framework

Voir aussi

Référence

IDatabaseNode Interface

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms