Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.2 KB

apprecordingsavescreenshotresult_savedscreenshotinfos.md

File metadata and controls

24 lines (16 loc) · 1.2 KB
-api-id -api-type
P:Windows.Media.AppRecording.AppRecordingSaveScreenshotResult.SavedScreenshotInfos
winrt property

Windows.Media.AppRecording.AppRecordingSaveScreenshotResult.SavedScreenshotInfos

-description

Gets a list of AppRecordingSavedScreenshotInfo objects representing the image files saved from the screenshot operation.

-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.

-see-also

-examples