AppRecordingSaveScreenshotResult Class

Definition

Represents the results of a screenshot operation initiated with a call to SaveScreenshotToFilesAsync.

public ref class AppRecordingSaveScreenshotResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.AppRecording.AppRecordingContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppRecordingSaveScreenshotResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.AppRecording.AppRecordingContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppRecordingSaveScreenshotResult
Public NotInheritable Class AppRecordingSaveScreenshotResult
Inheritance
Object Platform::Object IInspectable AppRecordingSaveScreenshotResult
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.16299.0)
API contract
Windows.Media.AppRecording.AppRecordingContract (introduced in v1.0)

Properties

ExtendedError

Gets the extended error code associated returned by the screenshot operation.

SavedScreenshotInfos

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

Succeeded

Gets a value that indicates if the screenshot operation succeeded.

Applies to

See also