Udostępnij za pośrednictwem


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

Definicja

ObjectListCommand Zwraca element w kolekcji dla określonego indeksu. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

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

Parametry

index
Int32

Indeks elementu do pobrania.

Wartość właściwości

Element ObjectListCommand w określonym indeksie.

Dotyczy

Zobacz też