DataListItemCollection.Item[Int32] Propriedade

Definição

Obtém um objeto DataListItem no índice especificado na coleção.Gets a DataListItem object at the specified index in the collection.

public:
 property System::Web::UI::WebControls::DataListItem ^ default[int] { System::Web::UI::WebControls::DataListItem ^ get(int index); };
public System.Web.UI.WebControls.DataListItem this[int index] { get; }
member this.Item(int) : System.Web.UI.WebControls.DataListItem
Default Public ReadOnly Property Item(index As Integer) As DataListItem

Parâmetros

index
Int32

O índice do DataListItem na coleção a ser recuperado.The index of the DataListItem in the collection to retrieve.

Valor da propriedade

DataListItem

Um DataListItem objeto na coleção no índice especificado.A DataListItem object in the collection at the specified index.

Comentários

Use este indexador para obter um DataListItem objeto do DataListItemCollection no índice especificado usando a notação de matriz.Use this indexer to get a DataListItem object from the DataListItemCollection at the specified index using array notation.

Aplica-se a

Confira também