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

要初始化为 RawAddress 属性的地址。

rawAddressKind
PhoneCallHistoryEntryRawAddressKind

rawAddress 表示的地址类型。

Windows 要求

应用功能
phoneCallHistory phoneCallHistorySystem

适用于