Share via


StoreConfiguration.IsStoreWebAccountId(String) 方法

定義

判斷指定的使用者識別碼是否也用來登入裝置上的 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。

適用於