IContactCallActivatedEventArgs.ServiceUserId 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用于调用的服务的用户标识符。
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
属性值
用于调用的服务的用户标识符。
注解
有关如何通过联系人操作处理应用激活的信息,请参阅 快速入门:处理联系人操作 。