ObjectListItem.Item[] 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.
Obtient ou définit le champ spécifié par l'index ou par le nom. 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.
Surcharges
Item[Int32] |
Obtient ou définit le champ spécifié par l'index ou par le nom. 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. |
Item[String] |
Obtient ou définit le champ spécifié par l'index ou par le nom. 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. |
Item[Int32]
Obtient ou définit le champ spécifié par l'index ou par le nom. 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::String ^ default[int] { System::String ^ get(int index); void set(int index, System::String ^ value); };
public string this[int index] { get; set; }
member this.Item(int) : string with get, set
Default Public Property Item(index As Integer) As String
Paramètres
- index
- Int32
Index du champ dans l'élément de la liste d'objets à obtenir ou définir.
Valeur de propriété
Valeur du champ avec le index
spécifié.
Voir aussi
S’applique à
Item[String]
Obtient ou définit le champ spécifié par l'index ou par le nom. 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::String ^ default[System::String ^] { System::String ^ get(System::String ^ key); void set(System::String ^ key, System::String ^ value); };
public string this[string key] { get; set; }
member this.Item(string) : string with get, set
Default Public Property Item(key As String) As String
Paramètres
- key
- String
Nom du champ dans l'élément de la liste d'objets à obtenir ou définir.
Valeur de propriété
Valeur du champ avec le key
spécifié.
Remarques
Vous devez correspondre à la Name propriété ou DataField d’un champ de la liste d’objets.