Share via


StoreConfiguration.SetStoreWebAccountIdForUser(User, String) 方法

定義

設定指定使用者的市集使用者帳戶識別碼,讓其他應用程式可以針對此識別碼進行查詢。

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

Windows.System.User物件,識別您想要設定其市集使用者帳戶識別碼的使用者。

webAccountId
String

Platform::String

winrt::hstring

市集使用者帳戶識別碼 (通常是從要為指定使用者設定 的 WebAccount.Id 屬性) 取得。

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)

適用於