StoreConfiguration.IsStoreWebAccountId(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si l’ID utilisateur spécifié est également utilisé pour se connecter au Microsoft Store sur l’appareil.
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
Paramètres
- webAccountId
-
String
Platform::String
winrt::hstring
ID utilisateur (généralement obtenu à partir de la propriété WebAccount.Id) à case activée.
Retours
bool
True si le compte d’utilisateur spécifié par webAccountId est le même compte connecté au Microsoft Store ; sinon, false.