Freigeben über


StoreConfiguration.IsStoreWebAccountIdForUser(User, String) Methode

Definition

Bestimmt, ob die angegebene Benutzer- und Benutzer-ID auch für die Anmeldung beim Microsoft Store auf dem Gerät verwendet wird.

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

Parameter

user
User

Ein -Objekt, das den Benutzer identifiziert, für den eine Abfrage ausgeführt werden soll.

webAccountId
String

Platform::String

winrt::hstring

Die zu überprüfende Benutzer-ID (in der Regel von der WebAccount.Id-Eigenschaft abgerufen).

Gibt zurück

Boolean

bool

True, wenn das von webAccountId angegebene Benutzerkonto dasselbe Konto ist, das beim Microsoft Store angemeldet ist; andernfalls false.

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)

Gilt für: