次の方法で共有


UserIdentity.Id プロパティ

定義

ユーザーの一意の Microsoft アカウント識別子を取得します。 この値は、Microsoft アプリケーション パートナーのみが使用できます。

Note

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

プロパティ値

String

Platform::String

winrt::hstring

ユーザーの一意の Microsoft アカウント識別子。

適用対象