PhoneCallHistoryEntryAddress Constructeurs
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.
Surcharges
PhoneCallHistoryEntryAddress() |
Crée un objet PhoneCallHistoryEntryAddress vide. |
PhoneCallHistoryEntryAddress(String, PhoneCallHistoryEntryRawAddressKind) |
Crée un objet PhoneCallHistoryEntryAddress avec une adresse initiale. |
PhoneCallHistoryEntryAddress()
Crée un objet PhoneCallHistoryEntryAddress vide.
public:
PhoneCallHistoryEntryAddress();
PhoneCallHistoryEntryAddress();
public PhoneCallHistoryEntryAddress();
function PhoneCallHistoryEntryAddress()
Public Sub New ()
Configuration requise pour Windows
Fonctionnalités de l’application |
phoneCallHistory
phoneCallHistorySystem
|
Voir aussi
S’applique à
PhoneCallHistoryEntryAddress(String, PhoneCallHistoryEntryRawAddressKind)
Crée un objet PhoneCallHistoryEntryAddress avec une adresse initiale.
public:
PhoneCallHistoryEntryAddress(Platform::String ^ rawAddress, PhoneCallHistoryEntryRawAddressKind rawAddressKind);
PhoneCallHistoryEntryAddress(winrt::hstring const& rawAddress, PhoneCallHistoryEntryRawAddressKind const& rawAddressKind);
public PhoneCallHistoryEntryAddress(string rawAddress, PhoneCallHistoryEntryRawAddressKind rawAddressKind);
function PhoneCallHistoryEntryAddress(rawAddress, rawAddressKind)
Public Sub New (rawAddress As String, rawAddressKind As PhoneCallHistoryEntryRawAddressKind)
Paramètres
- rawAddress
-
String
Platform::String
winrt::hstring
Adresse à adresser à la propriété RawAddress .
- rawAddressKind
- PhoneCallHistoryEntryRawAddressKind
Type d’adresse représenté par rawAddress.
Configuration requise pour Windows
Fonctionnalités de l’application |
phoneCallHistory
phoneCallHistorySystem
|