次の方法で共有


KnownUserProperties.AccountName プロパティ

定義

ユーザーのアカウント名を取得します。

public:
 static property Platform::String ^ AccountName { Platform::String ^ get(); };
static winrt::hstring AccountName();
public static string AccountName { get; }
var string = KnownUserProperties.accountName;
Public Shared ReadOnly Property AccountName As String

プロパティ値

String

Platform::String

winrt::hstring

ユーザーのアカウント名。

適用対象