Partager via


StoreConfiguration.IsStoreWebAccountId(String) Méthode

Définition

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

Boolean

bool

True si le compte d’utilisateur spécifié par webAccountId est le même compte connecté au Microsoft Store ; sinon, false.

S’applique à