SubMenuStyleCollection.CreateKnownType(Int32) 方法

定义

创建对应于指定索引的数据类型的 Object

protected:
 override System::Object ^ CreateKnownType(int index);
protected override object CreateKnownType (int index);
override this.CreateKnownType : int -> obj
Protected Overrides Function CreateKnownType (index As Integer) As Object

参数

index
Int32

要创建的数据类型的索引。 在该方法的此实现中不使用此参数;因此,应始终传入 null

返回

Object

始终返回空 SubMenuStyle 对象。

注解

该方法 CreateKnownType 是一个帮助程序函数,用于创建 Object 与指定索引对应的数据类型。 索引通常是通过使用 GetKnownTypes 方法创建受支持的数据类型数组,然后搜索数组中所需的数据类型来确定的。

参数 index 不用于该方法的此实现,并且将被忽略。 应始终传入 null 此参数。 此方法的此实现始终返回空 SubMenuStyle 对象。

备注

此方法仅由控件开发人员使用。

适用于

另请参阅