PhoneCallHistoryEntryAddress.RawAddressKind プロパティ

定義

RawAddress によって示されるアドレスの種類を取得または設定します。

public:
 property PhoneCallHistoryEntryRawAddressKind RawAddressKind { PhoneCallHistoryEntryRawAddressKind get(); void set(PhoneCallHistoryEntryRawAddressKind value); };
PhoneCallHistoryEntryRawAddressKind RawAddressKind();

void RawAddressKind(PhoneCallHistoryEntryRawAddressKind value);
public PhoneCallHistoryEntryRawAddressKind RawAddressKind { get; set; }
var phoneCallHistoryEntryRawAddressKind = phoneCallHistoryEntryAddress.rawAddressKind;
phoneCallHistoryEntryAddress.rawAddressKind = phoneCallHistoryEntryRawAddressKind;
Public Property RawAddressKind As PhoneCallHistoryEntryRawAddressKind

プロパティ値

アドレスの種類。

Windows の要件

アプリの機能
phoneCallHistory phoneCallHistorySystem

適用対象