共用方式為


WebUIContactMessageActivatedEventArgs.ServiceId 屬性

定義

取得用於訊息之服務的識別碼。

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

屬性值

String

Platform::String

winrt::hstring

用於訊息之服務的識別碼。

實作

備註

針對標準簡訊,ServiceId 屬性會設定為 「電話」。針對 Web 服務型傳訊,ServiceId 屬性會設定為要用於傳訊之服務的功能變數名稱,例如 「skype.com」。您的應用程式只會收到符合應用程式在其資訊清單中註冊之 「ServiceId」 元素的 ServiceId 訊息啟用。

適用於