Freigeben über


PhoneCallHistoryEntryAddress Konstruktoren

Definition

Überlädt

PhoneCallHistoryEntryAddress()

Erstellt ein neues leeres PhoneCallHistoryEntryAddress-Objekt .

PhoneCallHistoryEntryAddress(String, PhoneCallHistoryEntryRawAddressKind)

Erstellt ein neues PhoneCallHistoryEntryAddress-Objekt mit einer Anfangsadresse.

PhoneCallHistoryEntryAddress()

public:
 PhoneCallHistoryEntryAddress();
 PhoneCallHistoryEntryAddress();
public PhoneCallHistoryEntryAddress();
function PhoneCallHistoryEntryAddress()
Public Sub New ()

Windows-Anforderungen

App-Funktionen
phoneCallHistory phoneCallHistorySystem

Weitere Informationen

Gilt für:

PhoneCallHistoryEntryAddress(String, PhoneCallHistoryEntryRawAddressKind)

Erstellt ein neues PhoneCallHistoryEntryAddress-Objekt mit einer Anfangsadresse.

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)

Parameter

rawAddress
String

Platform::String

winrt::hstring

Die Adresse, die für die RawAddress-Eigenschaft initiiert werden soll.

rawAddressKind
PhoneCallHistoryEntryRawAddressKind

Der Adresstyp, der von rawAddress dargestellt wird.

Windows-Anforderungen

App-Funktionen
phoneCallHistory phoneCallHistorySystem

Gilt für: