次の方法で共有


PhoneCallHistoryEntry.Address プロパティ

定義

この電話のアドレス帳情報を取得または設定します。

public:
 property PhoneCallHistoryEntryAddress ^ Address { PhoneCallHistoryEntryAddress ^ get(); void set(PhoneCallHistoryEntryAddress ^ value); };
PhoneCallHistoryEntryAddress Address();

void Address(PhoneCallHistoryEntryAddress value);
public PhoneCallHistoryEntryAddress Address { get; set; }
var phoneCallHistoryEntryAddress = phoneCallHistoryEntry.address;
phoneCallHistoryEntry.address = phoneCallHistoryEntryAddress;
Public Property Address As PhoneCallHistoryEntryAddress

プロパティ値

電話のアドレス帳情報。

Windows の要件

アプリの機能
phoneCallHistory phoneCallHistorySystem

適用対象