BindingContext.ICollection.IsSynchronized Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Auflistung synchronisiert ist.

property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
member this.System.Collections.ICollection.IsSynchronized : bool
 ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized

Eigenschaftswert

Boolean

true, wenn die Auflistung threadsicher ist, andernfalls false.

Implementiert

Hinweise

Diese Eigenschaft wird von ICollection abgeleitet und wird überschrieben, sodass immer false zurückgegeben wird.

Gilt für