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

电话线路的标识符。 映射到 PhoneLineDetails 中的 LineId 属性。

phoneNumber
String

Platform::String

winrt::hstring

要调用的号码。

属性

Windows 要求

应用功能
accessoryManager

注解

调用此 API 需要在应用程序清单中指定 ID_CAP_SMSID_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_SMSID_CAP_SMS_COMPANION 功能。

另请参阅

适用于