StoreConfiguration.IsStoreWebAccountIdForUser(User, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷指定的使用者和使用者識別碼是否也用來登入裝置上的 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 引進)
|