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 儲存螢幕擷取畫面的檔案。
備註
藉由存取AppRecordingSavedScreenShotToFilesAsync 作業所傳回之 AppRecordingSavedScreenshotResult物件的SaveSCreenshotInfos屬性,取得代表應用程式螢幕擷取畫面作業結果的AppRecordingSavedScreenShotInfo物件清單。