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。 如果返回了多个类型,集合编辑器 UI 提供了一种方法来选择要创建的项类型。

适用于