UserIdentity.Id 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用户的唯一 Microsoft 帐户标识符。 此值仅适用于 Microsoft 应用程序合作伙伴。
注意
如果要针对Windows 10或更高版本进行开发,请改用 Windows.Security.Authentication.Web.Core API。 有关详细信息,请参阅 Web 帐户管理器。
public:
property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = userIdentity.id;
Public ReadOnly Property Id As String
属性值
用户的唯一 Microsoft 帐户标识符。