Sdílet prostřednictvím


IFolderProjectItem.Children Vlastnost

Definice

Získá kolekci položek ve složce projektu v hostiteli návrhu, například 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

Hodnota vlastnosti

Obsahující ICollection položky ve složce projektu hostitele návrhu.

Platí pro

Viz také