AppRecordingSaveScreenshotResult.SavedScreenshotInfos Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une liste d’objets AppRecordingSavedScreenshotInfo représentant les fichiers image enregistrés à partir de l’opération de capture d’écran.
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)
Valeur de propriété
Liste des objets AppRecordingSavedScreenshotInfo représentant les fichiers image enregistrés à partir de l’opération de capture d’écran.
Remarques
SaveScreenshotToFilesAsync vous permet d’enregistrer plusieurs fichiers image, chacun avec un encodage d’image différent, avec un seul appel. Les objets AppRecordingSavedScreenshotInfo retournés par cette propriété vous permettent d’accéder au sous-type StorageFile et à l’encodage pour chaque image enregistrée.