Partager via


ModelItemCollection.IsSynchronized Propriété

Définition

Obtient une valeur qui indique si l'accès à la collection est synchronisé (thread safe).

protected:
 virtual property bool IsSynchronized { bool get(); };
protected virtual bool IsSynchronized { get; }
member this.IsSynchronized : bool
Protected Overridable ReadOnly Property IsSynchronized As Boolean

Valeur de propriété

Boolean

true si l’accès à la collection est synchronisé (thread-safe) ; sinon, false.

S’applique à