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 提供了一种方法来选择要创建的项类型。