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 オブジェクトの一覧を取得します。

適用対象

こちらもご覧ください