CollectionEditor.CollectionForm.Items 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定這個表單要顯示的項目陣列。
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
集合的 屬性擷取目前的專案集。