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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms