RepeaterItemCollection.IsSynchronized 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 une valeur qui indique si l'accès à la RepeaterItemCollection est synchronisé (thread-safe).
public:
property bool IsSynchronized { bool get(); };
public bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public ReadOnly Property IsSynchronized As Boolean
Valeur de propriété
false
dans tous les cas.
Implémente
Remarques
Cette propriété est dérivée de la System.Collections.ICollection classe et est remplacée pour retourner toujours false
.
Pour plus d’informations sur la IsSynchronized propriété, consultez la ICollection.IsSynchronized propriété de l’interface System.Collections.ICollection .