AppRecordingSavedScreenshotInfo.File Property

Definition

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.

Applies to

See also