在.NET Portable Library项目中使用异步/等待

时间:2019-03-30 08:43:24

标签: c# async-await portable-class-library

此行

StorageFile photo = await cameraUI.CaptureFileAsync(CameraCaptureUIMode.Photo);

给我这个错误:

  

错误CS0012
  类型“ IAsyncOperation <>”在程序集中定义   没有引用。您必须添加对程序集的引用   'Windows.Foundation.FoundationContract,版本= 3.0.0.0,   文化=中性

如何解决?

screenshot

0 个答案:

没有答案