次の方法で共有


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

定義

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

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

パラメーター

user
User

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

webAccountId
String

Platform::String

winrt::hstring

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

Windows の要件

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

適用対象