次の方法で共有


StoreConfiguration.SetStoreWebAccountIdForUser(User, String) メソッド

定義

指定したユーザーのストア ユーザー アカウント ID を設定して、他のアプリがこの ID に対してクエリを実行できるようにします。

public:
 static void SetStoreWebAccountIdForUser(User ^ user, Platform::String ^ webAccountId);
 static void SetStoreWebAccountIdForUser(User const& user, winrt::hstring const& webAccountId);
public static void SetStoreWebAccountIdForUser(User user, string webAccountId);
function setStoreWebAccountIdForUser(user, webAccountId)
Public Shared Sub SetStoreWebAccountIdForUser (user As User, webAccountId As String)

パラメーター

user
User

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

webAccountId
String

Platform::String

winrt::hstring

指定したユーザーに対して設定するストア ユーザー アカウント ID (通常 は WebAccount.Id プロパティから取得されます)。

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

適用対象