CollectionEditor.CollectionForm.NewItemTypes プロパティ

定義

コレクションに対して作成できる項目の有効な型を取得します。

protected:
 property cli::array <Type ^> ^ NewItemTypes { cli::array <Type ^> ^ get(); };
protected Type[] NewItemTypes { get; }
member this.NewItemTypes : Type[]
Protected ReadOnly Property NewItemTypes As Type()

プロパティ値

Type[]

作成できる項目の型。

注釈

このプロパティは、コレクションに追加できるデータ型を示します。 既定では、 は単一の型を CollectionItemType返します。 複数の型が返された場合、コレクション エディター UI は、作成する項目の種類を選択する方法を提供します。

適用対象