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傳回的其中一個型別。