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 类型对象。

适用于

另请参阅