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 で示されるアドレスの種類を取得または設定します。

適用対象