ModelItemCollection.IsSynchronized Property

When overridden in a derived class, gets a value indicating whether the collection is synchronized.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

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

Property Value

Type: System.Boolean
true if the collection is synchronized; otherwise, false.

Remarks

The IsSynchronized property gets protected access to ModelItemCollection.ICollection.IsSynchronized.

.NET Framework Security

See Also

Reference

ModelItemCollection Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture