VisualCollection.IsSynchronized Property

Definition

Gets a value that indicates whether access to the VisualCollection is synchronized (thread-safe).

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

Property Value

The value that indicates whether the VisualCollection is synchronized (thread-safe).

Implements

Remarks

This property is always false for all VisualCollection objects.

Applies to