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 吗?