CollectionEditor.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。 若回傳多個類型,集合編輯器介面提供選擇要建立哪種類型的方式。

適用於