ITreeDesigner.Children Propriété

Définition

Obtient une collection de concepteurs enfants.

public:
 property System::Collections::ICollection ^ Children { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection Children { get; }
member this.Children : System.Collections.ICollection
Public ReadOnly Property Children As ICollection

Valeur de propriété

ICollection, contenant la collection d'objets enfants IDesigner du concepteur actuel.

Remarques

La Children propriété retourne une collection vide si le n’a pas d’objets ITreeDesigner enfants.

S’applique à

Voir aussi