Freigeben über


AppRecordingSaveScreenshotResult Klasse

Definition

Stellt die Ergebnisse eines Screenshotvorgangs dar, der mit einem Aufruf von SaveScreenshotToFilesAsync initiiert wurde.

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
Vererbung
Object Platform::Object IInspectable AppRecordingSaveScreenshotResult
Attribute

Windows-Anforderungen

Gerätefamilie
Windows Desktop Extension SDK (eingeführt in 10.0.16299.0)
API contract
Windows.Media.AppRecording.AppRecordingContract (eingeführt in v1.0)

Eigenschaften

ExtendedError

Ruft den erweiterten Fehlercode ab, der vom Screenshotvorgang zurückgegeben wird.

SavedScreenshotInfos

Ruft eine Liste der AppRecordingSavedScreenshotInfo-Objekte ab, die die Bilddateien darstellen, die im Screenshotvorgang gespeichert wurden.

Succeeded

Ruft einen Wert ab, der angibt, ob der Screenshotvorgang erfolgreich war.

Gilt für:

Weitere Informationen