PhoneCallHistoryEntryAddress コンストラクター

定義

オーバーロード

PhoneCallHistoryEntryAddress()

新しい空の PhoneCallHistoryEntryAddress オブジェクトを 作成します。

PhoneCallHistoryEntryAddress(String, PhoneCallHistoryEntryRawAddressKind)

初期アドレスを持つ新しい PhoneCallHistoryEntryAddress オブジェクトを作成します。

PhoneCallHistoryEntryAddress()

新しい空の PhoneCallHistoryEntryAddress オブジェクトを 作成します。

public:
 PhoneCallHistoryEntryAddress();
 PhoneCallHistoryEntryAddress();
public PhoneCallHistoryEntryAddress();
function PhoneCallHistoryEntryAddress()
Public Sub New ()

Windows の要件

アプリの機能
phoneCallHistory phoneCallHistorySystem

こちらもご覧ください

適用対象

PhoneCallHistoryEntryAddress(String, PhoneCallHistoryEntryRawAddressKind)

初期アドレスを持つ新しい PhoneCallHistoryEntryAddress オブジェクトを作成します。

public:
 PhoneCallHistoryEntryAddress(Platform::String ^ rawAddress, PhoneCallHistoryEntryRawAddressKind rawAddressKind);
 PhoneCallHistoryEntryAddress(winrt::hstring const& rawAddress, PhoneCallHistoryEntryRawAddressKind const& rawAddressKind);
public PhoneCallHistoryEntryAddress(string rawAddress, PhoneCallHistoryEntryRawAddressKind rawAddressKind);
function PhoneCallHistoryEntryAddress(rawAddress, rawAddressKind)
Public Sub New (rawAddress As String, rawAddressKind As PhoneCallHistoryEntryRawAddressKind)

パラメーター

rawAddress
String

Platform::String

winrt::hstring

RawAddress プロパティに初期化するアドレス。

rawAddressKind
PhoneCallHistoryEntryRawAddressKind

rawAddress で表されるアドレスの種類。

Windows の要件

アプリの機能
phoneCallHistory phoneCallHistorySystem

適用対象