共用方式為


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 儲存螢幕擷取畫面的檔案。

備註

藉由存取AppRecordingSavedScreenShotToFilesAsync 作業所傳回之 AppRecordingSavedScreenshotResult物件的SaveSCreenshotInfos屬性,取得代表應用程式螢幕擷取畫面作業結果的AppRecordingSavedScreenShotInfo物件清單。

適用於

另請參閱