AppRecordingSaveScreenshotResult.SavedScreenshotInfos Property

Definition

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.

Applies to