Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Usage
Dim value As Boolean
value = Me.IsSynchronized
protected virtual bool IsSynchronized { get; }
protected:
virtual property bool IsSynchronized {
bool get ();
}
protected 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