Share via


CollectionEditor.CollectionForm.Items 屬性

定義

取得或設定這個表單要顯示的項目陣列。

protected:
 property cli::array <System::Object ^> ^ Items { cli::array <System::Object ^> ^ get(); void set(cli::array <System::Object ^> ^ value); };
protected object[] Items { get; set; }
member this.Items : obj[] with get, set
Protected Property Items As Object()

屬性值

Object[]

表單要顯示的物件陣列。

備註

默認實作會從 Item 集合的 屬性擷取目前的專案集。

適用於