ObjectListCommandCollection.Item[Int32] Propriété

Définition

Retourne un élément ObjectListCommand présent dans la collection, pour l'index spécifié. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec 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

Paramètres

index
Int32

Index de l'élément à obtenir.

Valeur de propriété

Élément ObjectListCommand à l'index spécifié.

S’applique à

Voir aussi