AppRecordingSavedScreenshotInfo.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 the file to which a screenshot saved with SaveScreenshotToFilesAsync was saved.
public:
property StorageFile ^ File { StorageFile ^ get(); };
StorageFile File();
public StorageFile File { get; }
var storageFile = appRecordingSavedScreenshotInfo.file;
Public ReadOnly Property File As StorageFile
Property Value
The file to which a screenshot saved with SaveScreenshotToFilesAsync was saved.
Remarks
Get the list of the AppRecordingSavedScreenShotInfo objects representing the results of an app screenshot operation by accessing the SavedSCreenshotInfos property of the AppRecordingSavedScreenshotResult object returned by the asynchronous SaveScreenshotToFilesAsync operation.