PhoneCallHistoryEntryAddress 类

定义

PhoneCallHistoryEntry 对象使用的联系人的通讯簿信息。

public ref class PhoneCallHistoryEntryAddress sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.Activatable(Windows.ApplicationModel.Calls.IPhoneCallHistoryEntryAddressFactory, 65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PhoneCallHistoryEntryAddress final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.Activatable(Windows.ApplicationModel.Calls.IPhoneCallHistoryEntryAddressFactory, 65536, "Windows.Foundation.UniversalApiContract")]
class PhoneCallHistoryEntryAddress final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.ApplicationModel.Calls.IPhoneCallHistoryEntryAddressFactory), 65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PhoneCallHistoryEntryAddress
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.ApplicationModel.Calls.IPhoneCallHistoryEntryAddressFactory), 65536, "Windows.Foundation.UniversalApiContract")]
public sealed class PhoneCallHistoryEntryAddress
function PhoneCallHistoryEntryAddress(rawAddress, rawAddressKind)
Public NotInheritable Class PhoneCallHistoryEntryAddress
继承
Object Platform::Object IInspectable PhoneCallHistoryEntryAddress
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
应用功能
phoneCallHistory phoneCallHistorySystem

构造函数

PhoneCallHistoryEntryAddress()

创建新的空 PhoneCallHistoryEntryAddress 对象。

PhoneCallHistoryEntryAddress(String, PhoneCallHistoryEntryRawAddressKind)

使用初始地址创建新的 PhoneCallHistoryEntryAddress 对象。

属性

ContactId

获取或设置此联系人的唯一标识符。

DisplayName

获取或设置此项的显示名称。

RawAddress

获取或设置此联系人的地址信息。

RawAddressKind

获取或设置 RawAddress 指示的地址类型。

适用于