PhoneCallStore クラス

定義

デバイスで使用できる電話回線に関する情報のコレクションを表します。

public ref class PhoneCallStore sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsPhoneContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PhoneCallStore final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsPhoneContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PhoneCallStore
Public NotInheritable Class PhoneCallStore
継承
Object Platform::Object IInspectable PhoneCallStore
属性

Windows の要件

デバイス ファミリ
Windows Mobile Extension SDK (10.0.10240.0 で導入)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (v1.0 で導入)
アプリの機能
phoneCallHistory phoneCallHistorySystem

メソッド

GetDefaultLineAsync()

現在の既定の電話回線の回線 ID を取得します。

IsEmergencyPhoneNumberAsync(String)

電話番号が既知の緊急サービス プロバイダーに接続されているかどうかを確認します。

RequestLineWatcher()

デバイスの PhoneLineWatcher クラスのインスタンスを取得します。

適用対象