Share via


ContactChangeType Énumération

Définition

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é.

S’applique à

Voir aussi