次の方法で共有


AccessoryManager.MakePhoneCall メソッド

定義

オーバーロード

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

電話回線の識別子。 PhoneLineDetailsLineId プロパティにマップされます。

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

電話回線の識別子。 PhoneLineDetailsLineId プロパティにマップされます。

phoneNumber
String

Platform::String

winrt::hstring

呼び出す番号。

endPoint
PhoneCallAudioEndpoint

呼び出しのオーディオ エンドポイント。

属性

Windows の要件

アプリの機能
accessoryManager

注釈

この API を呼び出すには、 アプリケーション マニフェストで ID_CAP_SMS 機能とID_CAP_SMS_COMPANION機能を指定する必要があります。

こちらもご覧ください

適用対象