AppRecordingSavedScreenshotInfo.File 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取保存了 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 对象的列表。