您的位置: 首页  >  IT文章  >  Windows phone 8.1 MessageBox 变了哦!

Windows phone 8.1 MessageBox 变了哦!

分类: IT文章 • 2022-05-12 16:20:38

using Windows.UI.Popups;

public async void MessageBoxShow(string content, string caption)  

{  

    MessageDialog messageShow = new MessageDialog(content, caption);    

    await messageShow.ShowAsync();

}

方法要这样写才行!

相关推荐

  • Windows Phone 8.1 新功能
  • Windows Phone 8.1 与 Windows Phone 8.1 Silverlight区别
  • 通过刷bios的方式在win8.1平板上启动windows phone模拟器
  • Windows Phone 8.1SDK新特性预览
  • Windows Phone8.1 SDK中的新控件
  • 在Windows Phone 8.1中使用Sqlite数据库
  • JS开发windows phone8.1系列之3
  • JS开发windows phone8.1系列之1
  • JS开发windows phone8.1系列之2
  • 与众不同 windows phone 8.0 & 8.1 系列文章索引
  • ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry ’1′ for key
  • Python 排序---sort与sorted学习 第一种:内建方法sort() 第二种:内建函数sorted() 扩展用法:
    网站免责声明 网站地图 最新文章 用户隐私 版权申明
本站所有数据收集于网络,如果侵犯到您的权益,请联系网站进行下架处理。   

Copyright © 2018-2021   Powered By 网页学习体会    备案号:   粤ICP备20002247号