Partager via


ContactLocationField.Type Propriété

Définition

Obtient le type de champ contact pour les données.

Notes

IContactField peut être modifié ou indisponible pour les versions après Windows 8.1. Utilisez plutôt ContactAddress, ContactPhone, ContactSignificantOther, Contact, ContactEmail, ContactConnectedServiceAccount, ContactWebsite, ContactJobInfo ou ContactDate.

public:
 property ContactFieldType Type { ContactFieldType get(); };
ContactFieldType Type();
public ContactFieldType Type { get; }
var contactFieldType = contactLocationField.type;
Public ReadOnly Property Type As ContactFieldType

Valeur de propriété

Le type des données.

Implémente

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

Remarques

Pour plus d’informations sur les valeurs disponibles pour cette propriété, consultez la classe ContactFieldType .

S’applique à