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 对象,该对象表示要更新的文件的本地缓存副本。

适用于