Partager via


ModelItemDictionary.IsSynchronized, propriété

En cas de substitution dans une classe dérivée, obtient une valeur indiquant si le dictionnaire est synchronisé.

Espace de noms :  Microsoft.Windows.Design.Model
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Protected Overridable ReadOnly Property IsSynchronized As Boolean
    Get
protected virtual bool IsSynchronized { get; }
protected:
virtual property bool IsSynchronized {
    bool get ();
}
abstract IsSynchronized : bool
override IsSynchronized : bool
function get IsSynchronized () : boolean

Valeur de propriété

Type : System.Boolean
true si le dictionnaire est synchronisé ; sinon, false.

Notes

La propriété IsSynchronized fournit l'accès protégé à ICollection.IsSynchronized.

Sécurité .NET Framework

Voir aussi

Référence

ModelItemDictionary Classe

Microsoft.Windows.Design.Model, espace de noms

Autres ressources

Architecture de l'extensibilité du Concepteur WPF