错误 CS4036 “IAsyncOperation<StorageFile>”不包含“GetAwaiter”的定义,并且找不到可接受类型为“IAsyncOperation<StorageFile>”的第一个参数的扩展方法“GetAwaiter”(是否缺少针对“System”的 using 指令?)

 

解决方法:

using system;

即可

 

相关文章:

  • 2021-04-29
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
  • 2022-01-15
  • 2022-12-23
  • 2021-11-04
  • 2021-08-10
猜你喜欢
  • 2021-12-31
  • 2022-12-23
  • 2021-10-10
  • 2022-01-24
  • 2022-12-23
  • 2021-05-29
  • 2021-06-23
相关资源
相似解决方案