DataPagerFieldCollection.CreateKnownType(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建由提供的索引标识的 DataPagerField 类型的默认实例。
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
要从由 DataPagerField 方法返回的类型的排序列表创建的 GetKnownTypes() 类型的索引。
返回
根据提供的索引,表示从 DataPagerField 类派生的类的实例的对象。
例外
指定的索引不在已识别的范围内。
注解
方法CreateKnownType在方法的IStateManager.LoadViewState实现中由DataPagerFieldCollection集合内部调用。 方法 CreateKnownType 使用指定的 index
标识的类型创建 对象的实例,该类型映射到 方法返回 GetKnownTypes 的类型之一。