PhoneCallHistoryEntryRawAddressKind 枚举

定义

PhoneCallHistoryEntryAddress 使用的地址类型。

public enum class PhoneCallHistoryEntryRawAddressKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PhoneCallHistoryEntryRawAddressKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PhoneCallHistoryEntryRawAddressKind
var value = Windows.ApplicationModel.Calls.PhoneCallHistoryEntryRawAddressKind.phoneNumber
Public Enum PhoneCallHistoryEntryRawAddressKind
继承
PhoneCallHistoryEntryRawAddressKind
属性

Windows 要求

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

字段

Custom 1

原始地址是自定义字符串。

PhoneNumber 0

原始地址是电话号码。

适用于