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 項目の現在のセットを取得します。

適用対象