DesignerOptionService.DesignerOptionCollection.ICollection.IsSynchronized Eigenschaft
Definition
Ruft einen Wert ab, der angibt, ob der Zugriff auf die Auflistung synchronisiert und daher threadsicher ist.Gets a value indicating whether access to the collection is synchronized and, therefore, thread safe.
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
true
, wenn der Zugriff auf die Auflistung synchronisiert ist, andernfalls false
.true
if the access to the collection is synchronized; otherwise, false
.