Condividi tramite


ObjectListCommandCollection.Item[Int32] Proprietà

Definizione

Restituisce un elemento ObjectListCommand nell'insieme per l'indice specificato. Questa API è obsoleta. Per informazioni su come sviluppare applicazioni per dispositivi mobili ASP.NET, vedere App per dispositivi mobili & Siti con 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

Parametri

index
Int32

Indice dell'elemento da ottenere.

Valore della proprietà

Elemento ObjectListCommand corrispondente all'indice specificato.

Si applica a

Vedi anche