Compartir a través de


AccessoryManager.MakePhoneCall Método

Definición

Sobrecargas

MakePhoneCall(Guid, String)

Realiza una llamada telefónica.

MakePhoneCall(Guid, String, PhoneCallAudioEndpoint)

Realiza una llamada telefónica.

MakePhoneCall(Guid, String)

Realiza una llamada telefónica.

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)

Parámetros

phoneLine
Guid

Platform::Guid

winrt::guid

Identificador de la línea de teléfono. Se asigna a la propiedad LineId en PhoneLineDetails.

phoneNumber
String

Platform::String

winrt::hstring

Número al que se va a llamar.

Atributos

Requisitos de Windows

Características de aplicaciones
accessoryManager

Comentarios

Llamar a esta API requiere que se especifiquen las funcionalidades ID_CAP_SMS y ID_CAP_SMS_COMPANION en el manifiesto de aplicación.

Consulte también

Se aplica a

MakePhoneCall(Guid, String, PhoneCallAudioEndpoint)

Realiza una llamada telefónica.

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)

Parámetros

phoneLine
Guid

Platform::Guid

winrt::guid

Identificador de la línea de teléfono. Se asigna a la propiedad LineId en PhoneLineDetails.

phoneNumber
String

Platform::String

winrt::hstring

Número al que se va a llamar.

endPoint
PhoneCallAudioEndpoint

Punto final de audio de la llamada.

Atributos

Requisitos de Windows

Características de aplicaciones
accessoryManager

Comentarios

Llamar a esta API requiere que se especifiquen las funcionalidades ID_CAP_SMS y ID_CAP_SMS_COMPANION en el manifiesto de aplicación.

Consulte también

Se aplica a