SetHistoryItemAsContentStatus Énumération
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.
Représente le retour status d’un appel à la méthode SetHistoryItemAsContent pour définir un élément dans l’historique du Presse-papiers comme contenu actuel du Presse-papiers.
public enum class SetHistoryItemAsContentStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
enum class SetHistoryItemAsContentStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
public enum SetHistoryItemAsContentStatus
var value = Windows.ApplicationModel.DataTransfer.SetHistoryItemAsContentStatus.success
Public Enum SetHistoryItemAsContentStatus
- Héritage
-
SetHistoryItemAsContentStatus
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1809 (introduit dans 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v7.0)
|
Champs
AccessDenied | 1 | L’accès à l’historique du Presse-papiers est refusé. |
ItemDeleted | 2 | L’élément spécifié a été supprimé. |
Success | 0 | La demande a abouti. |