Proprietà ModelItemCollection.IsSynchronized

Se sottoposto a override in una classe derivata, ottiene un valore che indica se l'insieme è sincronizzato.

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

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: System.Boolean
true se l'insieme è sincronizzato e false altrimenti.

Note

La proprietà IsSynchronized ottiene l'accesso protetto all'oggetto ModelItemCollection.ICollection.IsSynchronized.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelItemCollection Classe

Spazio dei nomi Microsoft.Windows.Design.Model

Altre risorse

Architettura di estensibilità di Progettazione WPF