次の方法で共有


FileUpdateRequest.File プロパティ

定義

更新するファイルのローカルにキャッシュされたコピーを表す StorageFile オブジェクトを取得します。

public:
 property StorageFile ^ File { StorageFile ^ get(); };
StorageFile File();
public StorageFile File { get; }
var storageFile = fileUpdateRequest.file;
Public ReadOnly Property File As StorageFile

プロパティ値

更新するファイルのローカルにキャッシュされたコピーを表す StorageFile オブジェクト。

適用対象