CollectionEditor.NewItemTypes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得可為此收藏建立的物品類型。
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。 若回傳多個類型,集合編輯器介面提供選擇要建立哪種類型的方式。