CollectionView.UpdatedOutsideDispatcher プロパティ
定義
CollectionChanged 通知が最初に ユーザー インターフェイス (UI)user interface (UI) スレッド ディスパッチャーに入らずに別のスレッドで受信されたため変更ログを更新する必要があったかどうかを示す値を取得します。Gets a value that indicates whether it has been necessary to update the change log because a CollectionChanged notification has been received on a different thread without first entering the ユーザー インターフェイス (UI)user interface (UI) thread dispatcher.
protected:
property bool UpdatedOutsideDispatcher { bool get(); };
protected bool UpdatedOutsideDispatcher { get; }
member this.UpdatedOutsideDispatcher : bool
Protected ReadOnly Property UpdatedOutsideDispatcher As Boolean
プロパティ値
true
CollectionChanged通知が最初にスレッドディスパッチャーに入らずに別のスレッドで受信されたために変更ログを更新する必要がある場合は ユーザー インターフェイス (UI)user interface (UI) 。それ以外の場合は false
。true
if it has been necessary to update the change log because a CollectionChanged notification has been received on a different thread without first entering the ユーザー インターフェイス (UI)user interface (UI) thread dispatcher; otherwise, false
.