ObjectListItemCollection.Item[Int32] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un élément ObjectListCommand dans la collection, par index. 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::ObjectListItem ^ default[int] { System::Web::UI::MobileControls::ObjectListItem ^ get(int index); };
public System.Web.UI.MobileControls.ObjectListItem this[int index] { get; }
member this.Item(int) : System.Web.UI.MobileControls.ObjectListItem
Default Public ReadOnly Property Item(index As Integer) As ObjectListItem
Paramètres
- index
- Int32
Index de l'élément de la liste d'objets à obtenir.
Valeur de propriété
Élément ObjectListCommand à l'index spécifié.