PrincipalValueCollection<T>.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 l’objet à l’index spécifié dans la collection.
public:
property T default[int] { T get(int index); void set(int index, T value); };
public T this[int index] { get; set; }
member this.Item(int) : 'T with get, set
Default Public Property Item(index As Integer) As T
Paramètres
- index
- Int32
Le paramètre SyncSchedule indique ???. Les valeurs valides pour ce paramètre sont les suivantes :
Valeur de propriété
Élément à l’index spécifié.