SubMenuStyleCollectionEditor.CreateNewItemTypes 方法

定义

获取此集合编辑器可以创建的数据类型。

protected:
 override cli::array <Type ^> ^ CreateNewItemTypes();
protected override Type[] CreateNewItemTypes();
override this.CreateNewItemTypes : unit -> Type[]
Protected Overrides Function CreateNewItemTypes () As Type()

返回

Type[]

可以创建的数据类型 SubMenuStyleCollectionEditor 的类型数组。

注解

SubMenuStyleCollectionEditor 对象可以创建 SubMenuStyle 类型对象。

适用于

另请参阅