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

Definicja

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

Parametry

index
Int32

Indeks elementu do pobrania z kolekcji.

Wartość właściwości

Element w kolekcji w określonym indeksie.

Dotyczy

Zobacz też