ContactMessageActivatedEventArgs.ServiceId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用於訊息之服務的識別碼。
public:
property Platform::String ^ ServiceId { Platform::String ^ get(); };
winrt::hstring ServiceId();
public string ServiceId { get; }
var string = contactMessageActivatedEventArgs.serviceId;
Public ReadOnly Property ServiceId As String
屬性值
用於訊息之服務的識別碼。
實作
備註
針對標準文字訊息,ServiceId 屬性會設定為 「telephone」。針對 Web 服務型傳訊,ServiceId 屬性會設定為要用於傳訊之服務的功能變數名稱,例如 「skype.com」。 您的應用程式只會收到符合應用程式在其資訊清單中註冊之 「ServiceId」 元素的 ServiceId 訊息啟用。
如需如何透過連絡人動作處理應用程式啟用的資訊,請參閱 快速入門:處理連絡人動作 。