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

Definicja

MobileListItem Pobiera 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::MobileListItem ^ default[int] { System::Web::UI::MobileControls::MobileListItem ^ get(int index); };
public System.Web.UI.MobileControls.MobileListItem this[int index] { get; }
member this.Item(int) : System.Web.UI.MobileControls.MobileListItem
Default Public ReadOnly Property Item(index As Integer) As MobileListItem

Parametry

index
Int32

Indeks elementu do pobrania.

Wartość właściwości

Element MobileListItem w określonym indeksie.

Dotyczy

Zobacz też