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。 如果傳回多個類型,集合編輯器 UI 會提供一種方式來選擇要建立的項目類型。