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