IContactCallActivatedEventArgs.ServiceUserId 屬性

定義

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

public:
 property Platform::String ^ ServiceUserId { Platform::String ^ get(); };
winrt::hstring ServiceUserId();
public string ServiceUserId { get; }
var string = iContactCallActivatedEventArgs.serviceUserId;
Public ReadOnly Property ServiceUserId As String

屬性值

String

Platform::String

winrt::hstring

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

備註

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

適用於

另請參閱