次の方法で共有


UserIdentity.SignInName プロパティ

定義

ユーザーのサインイン名。 この値は、Microsoft アプリケーション パートナーのみが使用できます。

Note

Windows 10以上の開発を行う場合は、代わりに Windows.Security.Authentication.Web.Core API を使用してください。 詳細については、「 Web アカウント マネージャー」を参照してください。

public:
 property Platform::String ^ SignInName { Platform::String ^ get(); };
winrt::hstring SignInName();
public string SignInName { get; }
var string = userIdentity.signInName;
Public ReadOnly Property SignInName As String

プロパティ値

String

Platform::String

winrt::hstring

ユーザーの名前です。

注釈

サードパーティのアプリ開発者は、Live SDKを使用して同等の機能にアクセスする必要があります。

適用対象