ModelItemDictionary.IsSynchronized Propriété

Définition

Obtient une valeur qui indique si l'accès au dictionnaire 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é

true si l’accès au dictionnaire est synchronisé (thread-safe) ; sinon, false. L'implémentation par défaut retourne la valeur false.

S’applique à