StoreConfiguration.IsStoreWebAccountId(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷指定的使用者識別碼是否也用來登入裝置上的 Microsoft Store。
public:
static bool IsStoreWebAccountId(Platform::String ^ webAccountId);
static bool IsStoreWebAccountId(winrt::hstring const& webAccountId);
public static bool IsStoreWebAccountId(string webAccountId);
function isStoreWebAccountId(webAccountId)
Public Shared Function IsStoreWebAccountId (webAccountId As String) As Boolean
參數
- webAccountId
-
String
Platform::String
winrt::hstring
使用者識別碼 (通常會從 要檢查的 WebAccount.Id 屬性) 取得。
傳回
Boolean
bool
如果 webAccountId 指定的使用者帳戶與登入 Microsoft Store 的帳戶相同,則為 True;否則為 false。