CollectionView.AllowsCrossThreadChanges プロパティ

定義

CollectionView を作成したスレッド以外のスレッドが SourceCollection を変更できるかどうかを示す値を取得します。

protected:
 property bool AllowsCrossThreadChanges { bool get(); };
protected bool AllowsCrossThreadChanges { get; }
member this.AllowsCrossThreadChanges : bool
Protected ReadOnly Property AllowsCrossThreadChanges As Boolean

プロパティ値

Boolean

CollectionView を作成したスレッド以外のスレッドが SourceCollection を変更できる場合は true。それ以外の場合は false

適用対象