Condividi tramite


WebUIContactCallActivatedEventArgs.ServiceId Proprietà

Definizione

Ottiene l'identificatore del servizio utilizzato per la chiamata.

public:
 property Platform::String ^ ServiceId { Platform::String ^ get(); };
winrt::hstring ServiceId();
public string ServiceId { get; }
var string = webUIContactCallActivatedEventArgs.serviceId;
Public ReadOnly Property ServiceId As String

Valore della proprietà

String

Platform::String

winrt::hstring

Identificatore del servizio utilizzato per la chiamata.

Implementazioni

Commenti

Per le chiamate PSTN, la proprietà ServiceId è impostata su "telephone". Per i servizi basati sul Web, la proprietà ServiceId è impostata sul nome di dominio del servizio da utilizzare per chiamare, ad esempio "skype.com". L'app riceverà solo le attivazioni delle chiamate per ServiceId che corrispondono agli elementi "ServiceId" registrati nell'app nel manifesto.

Si applica a