Condividi tramite


StoreConfiguration.SetStoreWebAccountId(String) Metodo

Definizione

Imposta l'ID dell'account utente dello Store per l'utente corrente che ha eseguito l'accesso allo Store in modo che altre app possano eseguire query su questo ID.

public:
 static void SetStoreWebAccountId(Platform::String ^ webAccountId);
 static void SetStoreWebAccountId(winrt::hstring const& webAccountId);
public static void SetStoreWebAccountId(string webAccountId);
function setStoreWebAccountId(webAccountId)
Public Shared Sub SetStoreWebAccountId (webAccountId As String)

Parametri

webAccountId
String

Platform::String

winrt::hstring

ID dell'account utente dello Store (in genere ottenuto dalla proprietà WebAccount.Id ) da impostare per l'utente che ha attualmente eseguito l'accesso allo Store.

Si applica a