Partager via


IFolderProjectItem.Children Propriété

Définition

Obtient une collection d’éléments dans un dossier de projet dans un hôte de conception, tel que Visual Studio 2005.

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 qui contient les éléments du dossier de projet de l'hôte de conception.

S’applique à

Voir aussi