PhoneCallHistoryEntryAddress Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
PhoneCallHistoryEntryAddress() |
Erstellt ein neues leeres PhoneCallHistoryEntryAddress-Objekt . |
PhoneCallHistoryEntryAddress(String, PhoneCallHistoryEntryRawAddressKind) |
Erstellt ein neues PhoneCallHistoryEntryAddress-Objekt mit einer Anfangsadresse. |
PhoneCallHistoryEntryAddress()
Erstellt ein neues leeres PhoneCallHistoryEntryAddress-Objekt .
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
|