PhoneCallHistoryEntryAddress コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
|