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.
我有一个带有LongListMultiSelector的视图。我的 ViewModel 需要访问不能用于绑定的 SelectedItems 属性。如果不将我的视图暴露给我的 ViewModel,我该如何暴露它?
另一个试图完成同样事情的人提出的另一个问题有解决方案。