Condividi tramite


StoreConfiguration.IsStoreWebAccountId(String) Metodo

Definizione

Determina se viene usato anche l'ID utente specificato per accedere a Microsoft Store nel dispositivo.

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

Parametri

webAccountId
String

Platform::String

winrt::hstring

ID utente (in genere ottenuto dalla proprietà WebAccount.Id ) da controllare.

Restituisce

Boolean

bool

True se l'account utente specificato da webAccountId è lo stesso account che ha eseguito l'accesso a Microsoft Store; in caso contrario false.

Si applica a