设置一个ViewModel UI属性我想设置从一个异步方法的视图模型列表属性,但具有下列错误此结束: {"The application called an interface that was marshalled for a different thread. (Exception from HRESULT: 0x8001010E (RPC_E_WRONG_THREAD))"} 错误是相当清楚
我使用带有MVVM-Light的TemplateStudio创建了一个UWP应用程序,无法将设计数据显示在Visual Studio(或Blend)中。 视图模型定位: public class ViewModelLocator
{
NavigationServiceEx _navigationService = new NavigationServiceEx();
pub