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.
是否可以覆盖 CollectionViewSource.GetDefaultView 以返回我对特定集合类型的 ICollection 视图的实现?
我认为您不能将其作为默认设置,但您可以使用 CollectionViewSource.CollectionViewType 以使特定的 CollectionViewSource 返回某个 CollectionView 类型。