Share via


StoreConfiguration.IsStoreWebAccountId(String) Método

Definición

Determina si el identificador de usuario especificado también se usa para iniciar sesión en Microsoft Store en el 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

Parámetros

webAccountId
String

Platform::String

winrt::hstring

Identificador de usuario (obtenido normalmente de la propiedad WebAccount.Id ) que se va a comprobar.

Devoluciones

Boolean

bool

True si la cuenta de usuario especificada por webAccountId es la misma cuenta que ha iniciado sesión en Microsoft Store; de lo contrario, false.

Se aplica a