ContactChangeType É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.
Indique le type de modification représenté par un ContactChangeRecord.
public enum class ContactChangeType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
enum class ContactChangeType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public enum ContactChangeType
var value = Windows.Phone.PersonalInformation.ContactChangeType.created
Public Enum ContactChangeType
- Héritage
-
ContactChangeType
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows Mobile Extension SDK (introduit dans 10.0.10240.0)
|
API contract |
Windows.Phone.PhoneContract (introduit dans v1.0)
|
Fonctionnalités de l’application |
ID_CAP_CONTACTS [Windows Phone]
|
Champs
Created | 0 | Le contact a été créé. |
Deleted | 2 | Le contact a été supprimé. |
Modified | 1 | Le contact a été modifié. |