Partager via


StoreConfiguration.IsStoreWebAccountIdForUser(User, String) Méthode

Définition

Détermine si l’utilisateur et l’ID utilisateur spécifiés sont également utilisés pour se connecter au Microsoft Store sur l’appareil.

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

Paramètres

user
User

Objet qui identifie l’utilisateur pour lequel interroger.

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.

Configuration requise pour Windows

Famille d’appareils
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v3.0)

S’applique à