共用方式為


ContactCallActivatedEventArgs.ServiceId 屬性

定義

取得用於呼叫之服務的識別碼。

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

屬性值

String

Platform::String

winrt::hstring

用於呼叫之服務的識別碼。

實作

備註

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

如需如何透過連絡人動作處理應用程式啟用的資訊,請參閱 快速入門:處理連絡人動作

適用於

另請參閱