次の方法で共有


FilteredObservableCollection<T>.IsSynchronized Property

Definition

Determines whether the collection is synchronized.

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

Property Value

Always returns false.

Implements

Applies to