大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。
Jetbrains全系列IDE使用 1年只要46元 售后保障 童叟无欺
一、异步调用之后,要更新UI时,代码如下
await Dispatcher.RunAsync(Windows.UI.Core.CoreDispatcherPriority.Normal, () => { test.Text = "abc"; });
二、原来的ApplicationBar更改为CommandBar
<AppBarButton Label="评价" Click="appbarRank_Click"> <AppBarButton.Icon> <BitmapIcon UriSource="Images/Tools/pingjia.png" /> </AppBarButton.Icon> </AppBarButton> <CommandBar.SecondaryCommands> <AppBarButton Icon="Like" Label="Like" IsCompact="True"/> <AppBarButton Icon="Dislike" Label="Dislike" /> </CommandBar.SecondaryCommands>
三、原来在wp8.1中状态栏StatusBar类在UWP中也发生了改变
现在要控制UWP状态栏(显示信号、时间),可以用以下的方法
1.在项目中选择 添加引用
2.选择 Universal Windows , Extensions
3.将Windows Mobile Extensions for the UWP添加进项目中
代码:
if(Windows.Foundation.Metadata.ApiInformation.IsTypePresent("Windows.UI.ViewManagement.StatusBar")) { StatusBar statusBar = StatusBar.GetForCurrentView(); statusBar.ForegroundColor = Colors.White;//设置状态栏信号、时间等图标的颜色
await statusBar.HideAsync();//隐藏状态栏 }
四、PC/Mobile的UWP开发中如果要用到WebView,可以先用windows 10的edge浏览器调试。在edge浏览器中调出F12开发人员工具,选择“仿真”,模式中有桌面和windows10移动版选择。
五、Segoe MDL2图标指南,地址:https://msdn.microsoft.com/zh-cn/library/windows/apps/xaml/jj841126.aspx
Segoe MDL2图标样式与对应代码可以用cortana搜索“字符映射表”
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/167253.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...