IFolderProjectItem.Children 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得設計主機中項目資料夾中的專案集合,例如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
屬性值
ICollection,包含設計主應用程式之專案資料夾中的項目。