2012年10月30日
摘要: 在进行WPF开发过程中,需要从一个新的线程中操作ObservableCollection,结果程序抛出一个NotSupportedException的错误: This type of CollectionView does not support changes to its SourceCollection from a thread different from the Dispatcher thread 看其字面意思是跨线程操作不被支持。 阅读全文
posted @ 2012-10-30 09:14 程序诗人 阅读(6710) 评论(26) 推荐(5) 编辑