共用方式為


IFolderProjectItem.Children 屬性

定義

取得設計主控制項中專案資料夾的專案集合,例如 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

ICollection,包含設計主應用程式之專案資料夾中的項目。

適用於

另請參閱