摘要:错误提示:这是绑定后通过按钮事件查看itemsource时发现的(这是一个好方法,可以对obser collection检查)程序集“mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”中的泛型类型“System.Collections.Generic.ICollection`1”所用的泛型参数数目不正确。 <local:VariableGridView.ItemsPanel> <ItemsPanelTemplate> ...
阅读全文
摘要:App closeGenerally, users don't need to close apps, they can let Windows manage them. However, users can choose to close an app using the close gesture or by pressing Alt+F4. You can't include any UI in your app to enable the user to close your app, or it won't pass the Store certificati
阅读全文
摘要:NavigateMode与App Resume的冲突Loadstate是启动页面加载的;SaveState是离开页面是加载的;Suspending是挂起应用;Resuming是恢复应用;当设置-NavigateMode时,恢复应用时,很无语的发现静态变量在进行循环会变0;for (int i = 0; i < LocalStorage.Data.Count; i++){Attention at = LocalStorage.Data[i] as Attention;await LocalStorage.RestoreAttentionImageAsync(at);}后来只能再转换成局部变
阅读全文