ComponentDesigner.ITreeDesigner.Children Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Pour obtenir une description de ce membre, consultez la propriétéChildren.
property System::Collections::ICollection ^ System::ComponentModel::Design::ITreeDesigner::Children { System::Collections::ICollection ^ get(); };
System.Collections.ICollection System.ComponentModel.Design.ITreeDesigner.Children { get; }
member this.System.ComponentModel.Design.ITreeDesigner.Children : System.Collections.ICollection
ReadOnly Property Children As ICollection Implements ITreeDesigner.Children
Valeur de propriété
ICollection qui contient la collection de concepteurs IDesigner contenue dans le concepteur parent actuel.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ComponentDesigner est castée en interface ITreeDesigner.