BindingSource.IsSynchronized Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der Zugriff auf die Auflistung synchronisiert ist (threadsicher).

public:
 virtual property bool IsSynchronized { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool IsSynchronized { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsSynchronized : bool
Public Overridable ReadOnly Property IsSynchronized As Boolean

Eigenschaftswert

Boolean

true, um anzugeben, dass die Liste synchronisiert ist, andernfalls false.

Implementiert

Attribute

Gilt für