AppRecordingSavedScreenshotInfo.File 属性

定义

获取保存了 SaveScreenshotToFilesAsync 的 屏幕截图的文件。

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

属性值

使用 SaveScreenshotToFilesAsync 保存屏幕截图的文件。

注解

通过访问异步 SaveScreenshotToFilesAsync 操作返回的 AppRecordingSavedScreenshotResult 对象的 SavedSCreenshotInfos 属性,获取代表应用屏幕截图操作结果的 AppRecordingSavedScreenShotInfo 对象的列表。

适用于

另请参阅