AppRecordingSavedScreenshotInfo Classe

Définition

Représente des informations sur un fichier image enregistré à partir de l’opération de capture d’écran, y compris le StorageFile associé au fichier et le sous-type d’encodage multimédia indiquant le format du fichier.

public ref class AppRecordingSavedScreenshotInfo 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 AppRecordingSavedScreenshotInfo 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 AppRecordingSavedScreenshotInfo
Public NotInheritable Class AppRecordingSavedScreenshotInfo
Héritage
Object Platform::Object IInspectable AppRecordingSavedScreenshotInfo
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows Desktop Extension SDK (introduit dans 10.0.16299.0)
API contract
Windows.Media.AppRecording.AppRecordingContract (introduit dans v1.0)

Remarques

Obtenez un instance de cette classe en accédant à la propriété SavedScreenshotInfos de l’appRecordingSaveScreenshotResult retournée par un appel à SaveScreenshotToFileAsync.

Propriétés

File

Obtient le fichier dans lequel une capture d’écran enregistrée avec SaveScreenshotToFilesAsync a été enregistrée.

MediaEncodingSubtype

Obtient une chaîne représentant le sous-type d’encodage multimédia du format d’image avec lequel une capture d’écran enregistrée avec SaveScreenshotToFilesAsync a été encodée.

S’applique à