Condividi tramite


AccessoryManager.MakePhoneCall Metodo

Definizione

Overload

MakePhoneCall(Guid, String)

Effettua una telefonata.

MakePhoneCall(Guid, String, PhoneCallAudioEndpoint)

Effettua una telefonata.

MakePhoneCall(Guid, String)

Effettua una telefonata.

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)

Parametri

phoneLine
Guid

Platform::Guid

winrt::guid

Identificatore della linea telefonica. Esegue il mapping alla proprietà LineId in PhoneLineDetails.

phoneNumber
String

Platform::String

winrt::hstring

Numero da chiamare.

Attributi

Requisiti Windows

Funzionalità dell'app
accessoryManager

Commenti

Per chiamare questa API è necessario specificare le funzionalità ID_CAP_SMS e ID_CAP_SMS_COMPANION nel manifesto dell'applicazione.

Vedi anche

Si applica a

MakePhoneCall(Guid, String, PhoneCallAudioEndpoint)

Effettua una telefonata.

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)

Parametri

phoneLine
Guid

Platform::Guid

winrt::guid

Identificatore della linea telefonica. Esegue il mapping alla proprietà LineId in PhoneLineDetails.

phoneNumber
String

Platform::String

winrt::hstring

Numero da chiamare.

endPoint
PhoneCallAudioEndpoint

Punto finale audio della chiamata.

Attributi

Requisiti Windows

Funzionalità dell'app
accessoryManager

Commenti

Per chiamare questa API è necessario specificare le funzionalità ID_CAP_SMS e ID_CAP_SMS_COMPANION nel manifesto dell'applicazione.

Vedi anche

Si applica a