码迷,mamicode.com
首页 > Windows程序 > 详细

win8开发入门——文件选取

时间:2014-11-24 20:41:43      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:sp   文件   bs   ad   ef   as   new   nbsp   应用   

win8文件选取采用异步方法,PickSingleFileAsync目前只适用于win8,并不能应用于wp。

FileOpenPicker openPicker = new FileOpenPicker();

openPicker.FileTypeFilter.Add(".jpg");

StorageFile file = await openPicker.PickSingleFileAsync();

 if (file != null)

{

}

win8开发入门——文件选取

标签:sp   文件   bs   ad   ef   as   new   nbsp   应用   

原文地址:http://www.cnblogs.com/lzn1007/p/4119460.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!