VisualCollection.IsSynchronized Proprietà

Definizione

Ottiene un valore che indica se l'accesso a VisualCollection è sincronizzato (thread-safe).

public:
 property bool IsSynchronized { bool get(); };
public bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public ReadOnly Property IsSynchronized As Boolean

Valore della proprietà

Boolean

Valore che indica se l'oggetto VisualCollection è sincronizzato, ovvero thread-safe, o meno.

Implementazioni

Commenti

Questa proprietà è sempre false per tutti gli VisualCollection oggetti .

Si applica a