StorageFile
メソッド を使用してファイルをダウンロードしようとしていますCreateStreamedFileFromUriAsync
が、パラメーターと混同していIRandomAccessStreamReference
ます。IRandomAccessStreamReference を渡すにはどうすればよいですか? インターフェースです。私は何をするつもりですか?
public static IAsyncOperation<StorageFile> CreateStreamedFileFromUriAsync(
string displayNameWithExtension,
Uri uri,
IRandomAccessStreamReference thumbnail
)