Share via


DataPagerFieldCollection.CreateKnownType(Int32) 方法

定義

建立由提供的索引所識別之 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 傳回的其中一個型別。

適用於

另請參閱