ObjectListItemCollection.Item[Int32] Właściwość

Definicja

ObjectListCommand Zwraca element w kolekcji według indeksu. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

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

Parametry

index
Int32

Indeks elementu listy obiektów do pobrania.

Wartość właściwości

Element ObjectListCommand w określonym indeksie.

Dotyczy

Zobacz też