Proprietà ModelItemDictionary.SyncRoot

Se sottoposto a override in una classe derivata, ottiene l'oggetto utilizzato per sincronizzare questo dizionario.

Spazio dei nomi:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Protected Overridable ReadOnly Property SyncRoot As Object
    Get
protected virtual Object SyncRoot { get; }
protected:
virtual property Object^ SyncRoot {
    Object^ get ();
}
abstract SyncRoot : Object
override SyncRoot : Object
function get SyncRoot () : Object

Valore proprietà

Tipo: System.Object
Oggetto che può essere utilizzato per sincronizzare il dizionario.

Note

Il valore predefinito restituisce l'oggetto corrente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelItemDictionary Classe

Spazio dei nomi Microsoft.Windows.Design.Model

Altre risorse

Architettura di estensibilità di Progettazione WPF