Proprietà ModelItemCollection.SyncRoot

Se sottoposto a override in una classe derivata, ottiene un oggetto che può essere utilizzato per sincronizzare questo insieme.

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 l'insieme.

Note

Il valore predefinito restituisce l'oggetto corrente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelItemCollection Classe

Spazio dei nomi Microsoft.Windows.Design.Model

Altre risorse

Architettura di estensibilità di Progettazione WPF