AppRecordingSaveScreenshotResult.SavedScreenshotInfos Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of AppRecordingSavedScreenshotInfo objects representing the image files saved from the screenshot operation.
public:
property IVectorView<AppRecordingSavedScreenshotInfo ^> ^ SavedScreenshotInfos { IVectorView<AppRecordingSavedScreenshotInfo ^> ^ get(); };
IVectorView<AppRecordingSavedScreenshotInfo> SavedScreenshotInfos();
public IReadOnlyList<AppRecordingSavedScreenshotInfo> SavedScreenshotInfos { get; }
var iVectorView = appRecordingSaveScreenshotResult.savedScreenshotInfos;
Public ReadOnly Property SavedScreenshotInfos As IReadOnlyList(Of AppRecordingSavedScreenshotInfo)
Property Value
A list of AppRecordingSavedScreenshotInfo objects representing the image files saved from the screenshot operation.
Remarks
SaveScreenshotToFilesAsync allows you to save multiple image files, each with different image encoding, with a single call. The AppRecordingSavedScreenshotInfo objects returned by this property allow you to access the StorageFile and encoding subtype for each saved image.