12/04/05 16:58:43.20
URLリンク(www.atmarkit.co.jp)
ここの「List 1: FileOpenPickerクラスを使ってユーザーにファイルを指定してもらう例」
のコードをそのまま書いてもawaitの行のところで
The 'await' operator can only be used within an async method. Consider marking this method with the 'async' modifier and changing its return type to 'Task'.
というエラーが出てしまいますが、何が原因なのでしょうか?