Condividi tramite


WebUIContactMessageActivatedEventArgs.ServiceId Proprietà

Definizione

Ottiene l'identificatore del servizio utilizzato per il messaggio.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Identificatore del servizio utilizzato per il messaggio.

Implementazioni

Commenti

Per i messaggi di testo standard, la proprietà ServiceId è impostata su "telephone". Per la messaggistica basata sul servizio Web, la proprietà ServiceId è impostata sul nome di dominio del servizio da utilizzare per la messaggistica, ad esempio "skype.com". L'app riceverà solo le attivazioni dei messaggi per ServiceId che corrispondono agli elementi "ServiceId" registrati nell'app nel manifesto.

Si applica a