次の方法で共有


StoreConfiguration.GetStoreWebAccountIdForUser(User) メソッド

定義

ストアにサインインしている指定したユーザーのストア ユーザー アカウント ID を取得します。

public:
 static Platform::String ^ GetStoreWebAccountIdForUser(User ^ user);
 static winrt::hstring GetStoreWebAccountIdForUser(User const& user);
public static string GetStoreWebAccountIdForUser(User user);
function getStoreWebAccountIdForUser(user)
Public Shared Function GetStoreWebAccountIdForUser (user As User) As String

パラメーター

user
User

ストア ユーザー アカウント ID を取得するユーザーを識別する Windows.System.User オブジェクト。

戻り値

String

Platform::String

winrt::hstring

指定したユーザーのストア ユーザー アカウント ID。

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

適用対象