ComplexPropertyCollection<TComplexProperty>.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.
Obtient la propriété à l’index spécifié.
public:
property TComplexProperty default[int] { TComplexProperty get(int index); };
public TComplexProperty this[int index] { get; }
Default Public ReadOnly Property Item(index As Integer) As TComplexProperty
Paramètres
- index
- Int32
Index de base zéro de la propriété à obtenir.
Valeur de propriété
TComplexProperty
Propriété à l’index spécifié.