StyleCollection.CreateKnownType(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
根据 Style 方法返回的单个元素集合,创建 GetKnownTypes() 类的实例。
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
要创建的 GetKnownTypes() 对象的类型的索引,它从 IStateManager 所返回的有序类型列表中获得。 由于 GetKnownTypes() 的 StyleCollection 方法返回的列表只有一个类型,因此忽略输入的 index
。
返回
Style 类的实例。