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 プロパティから現在の項目のセットを取得します。

適用対象