标签: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)
{
}
标签:sp 文件 bs ad ef as new nbsp 应用
原文地址:http://www.cnblogs.com/lzn1007/p/4119460.html