ContactPhone.Number 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 ou définit le numéro de téléphone d’un téléphone pour un contact. La longueur maximale de chaîne pour le numéro de téléphone est de 50 caractères.
public:
property Platform::String ^ Number { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Number();
void Number(winrt::hstring value);
public string Number { get; set; }
var string = contactPhone.number;
contactPhone.number = string;
Public Property Number As String
Valeur de propriété
Numéro de téléphone d’un contact. La longueur maximale de chaîne pour le numéro de téléphone est de 50 caractères.
Configuration requise pour Windows
Fonctionnalités de l’application |
contactsSystem
|