共用方式為


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 功能。

另請參閱

適用於