Share via


StoreConfiguration.IsStoreWebAccountIdForUser(User, String) 方法

定義

判斷指定的使用者和使用者識別碼是否也用來登入裝置上的 Microsoft Store。

public:
 static bool IsStoreWebAccountIdForUser(User ^ user, Platform::String ^ webAccountId);
 static bool IsStoreWebAccountIdForUser(User const& user, winrt::hstring const& webAccountId);
public static bool IsStoreWebAccountIdForUser(User user, string webAccountId);
function isStoreWebAccountIdForUser(user, webAccountId)
Public Shared Function IsStoreWebAccountIdForUser (user As User, webAccountId As String) As Boolean

參數

user
User

物件,識別要查詢的使用者。

webAccountId
String

Platform::String

winrt::hstring

使用者識別碼 (通常會從 要檢查的 WebAccount.Id 屬性) 取得。

傳回

Boolean

bool

如果 webAccountId 指定的使用者帳戶與登入 Microsoft Store 的帳戶相同,則為 True;否則為 false。

Windows 需求

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

適用於