共用方式為


PhoneCallHistoryEntryAddress 建構函式

定義

多載

PhoneCallHistoryEntryAddress()

建立新的空白 PhoneCallHistoryEntryAddress 物件。

PhoneCallHistoryEntryAddress(String, PhoneCallHistoryEntryRawAddressKind)

建立具有初始位址的新 PhoneCallHistoryEntryAddress 物件。

PhoneCallHistoryEntryAddress()

建立新的空白 PhoneCallHistoryEntryAddress 物件。

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

Windows 需求

應用程式功能
phoneCallHistory phoneCallHistorySystem

另請參閱

適用於

PhoneCallHistoryEntryAddress(String, PhoneCallHistoryEntryRawAddressKind)

建立具有初始位址的新 PhoneCallHistoryEntryAddress 物件。

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)

參數

rawAddress
String

Platform::String

winrt::hstring

要 initiailize 至 RawAddress 屬性的 位址。

rawAddressKind
PhoneCallHistoryEntryRawAddressKind

rawAddress 所代表的地址類型。

Windows 需求

應用程式功能
phoneCallHistory phoneCallHistorySystem

適用於