FileUpdateRequest.File Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a StorageFile object that represents the locally cached copy of the file to update.
public:
property StorageFile ^ File { StorageFile ^ get(); };
StorageFile File();
public StorageFile File { get; }
var storageFile = fileUpdateRequest.file;
Public ReadOnly Property File As StorageFile
Property Value
The StorageFile object that represents the locally cached copy of the file to update.