DataPagerFieldCollection.CreateKnownType(Int32) Método

Definição

Cria uma instância padrão do tipo DataPagerField que é identificado pelo índice fornecido.Creates a default instance of the DataPagerField type that is identified by the provided index.

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

Parâmetros

index
Int32

O índice do tipo DataPagerField a ser criado com base na lista ordenada de tipos retornados pelo método GetKnownTypes().The index of the DataPagerField type to create from the ordered list of types that are returned by the GetKnownTypes() method.

Retornos

Object

Um objeto que representa uma instância de uma classe derivada da classe DataPagerField, de acordo com o índice fornecido.An object that represents an instance of a class that is derived from the DataPagerField class, according to the index provided.

Exceções

O índice especificado não está no intervalo reconhecido.The specified index is not in the recognized range.

Comentários

O CreateKnownType método é chamado internamente pela DataPagerFieldCollection coleção em sua implementação do IStateManager.LoadViewState método.The CreateKnownType method is called internally by the DataPagerFieldCollection collection in its implementation of the IStateManager.LoadViewState method. O CreateKnownType método cria uma instância de um objeto usando o tipo identificado pelo especificado index , que é mapeado para um dos tipos retornados pelo GetKnownTypes método.The CreateKnownType method creates an instance of an object by using the type identified by the specified index, which maps to one of the types returned by the GetKnownTypes method.

Aplica-se a

Confira também