Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WPF アプリケーションにスレッド化を導入する予定です。ObservableCollection に対するすべての操作 (追加や削除など) は、UI スレッドで実行する必要があることを知っています。
しかし、ObservableCollection 内に存在するバインドされたオブジェクトのプロパティの値を変更したり、バックグラウンド スレッドで UI にバインドしたりすることはできますか?