AccessoryManager.MakePhoneCall メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
MakePhoneCall(Guid, String) |
電話をかける。 |
MakePhoneCall(Guid, String, PhoneCallAudioEndpoint) |
電話をかける。 |
MakePhoneCall(Guid, String)
電話をかける。
public:
static void MakePhoneCall(Platform::Guid phoneLine, Platform::String ^ phoneNumber);
/// [Windows.Foundation.Metadata.Overload("MakePhoneCall")]
static void MakePhoneCall(winrt::guid const& phoneLine, winrt::hstring const& phoneNumber);
[Windows.Foundation.Metadata.Overload("MakePhoneCall")]
public static void MakePhoneCall(Guid phoneLine, string phoneNumber);
function makePhoneCall(phoneLine, phoneNumber)
Public Shared Sub MakePhoneCall (phoneLine As Guid, phoneNumber As String)
パラメーター
- phoneLine
-
Guid
Platform::Guid
winrt::guid
電話回線の識別子。 PhoneLineDetails の LineId プロパティにマップされます。
- phoneNumber
-
String
Platform::String
winrt::hstring
呼び出す番号。
- 属性
Windows の要件
アプリの機能 |
accessoryManager
|
注釈
この API を呼び出すには、 アプリケーション マニフェストで ID_CAP_SMS 機能とID_CAP_SMS_COMPANION機能を指定する必要があります。
こちらもご覧ください
適用対象
MakePhoneCall(Guid, String, PhoneCallAudioEndpoint)
電話をかける。
public:
static void MakePhoneCall(Platform::Guid phoneLine, Platform::String ^ phoneNumber, PhoneCallAudioEndpoint endPoint);
/// [Windows.Foundation.Metadata.Overload("MakePhoneCallOnAudioEndpoint")]
static void MakePhoneCall(winrt::guid const& phoneLine, winrt::hstring const& phoneNumber, PhoneCallAudioEndpoint const& endPoint);
[Windows.Foundation.Metadata.Overload("MakePhoneCallOnAudioEndpoint")]
public static void MakePhoneCall(Guid phoneLine, string phoneNumber, PhoneCallAudioEndpoint endPoint);
function makePhoneCall(phoneLine, phoneNumber, endPoint)
Public Shared Sub MakePhoneCall (phoneLine As Guid, phoneNumber As String, endPoint As PhoneCallAudioEndpoint)
パラメーター
- phoneLine
-
Guid
Platform::Guid
winrt::guid
電話回線の識別子。 PhoneLineDetails の LineId プロパティにマップされます。
- phoneNumber
-
String
Platform::String
winrt::hstring
呼び出す番号。
- endPoint
- PhoneCallAudioEndpoint
呼び出しのオーディオ エンドポイント。
- 属性
Windows の要件
アプリの機能 |
accessoryManager
|
注釈
この API を呼び出すには、 アプリケーション マニフェストで ID_CAP_SMS 機能とID_CAP_SMS_COMPANION機能を指定する必要があります。