DataProvider.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.
Surcharges
| Nom | Description |
|---|---|
| Item[Int32] |
indexeur int |
| Item[String] |
indexeur de chaînes |
Item[Int32]
indexeur int
public object this[int idx] { get; }
member this.Item(int) : obj
Default Public ReadOnly Property Item(idx As Integer) As Object
Paramètres
- idx
- Int32
Valeur de propriété
Implémente
S’applique à
Item[String]
indexeur de chaînes
public object this[string name] { get; }
member this.Item(string) : obj
Default Public ReadOnly Property Item(name As String) As Object
Paramètres
- name
- String