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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Model Namespace