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所指示的地址類型。

適用於