Condividi tramite


StoreConfiguration.SetEnterpriseStoreWebAccountIdForUser(User, String) Metodo

Definizione

Imposta l'ID dell'account utente dello Store per l'utente di Azure AD specificato in modo che altre app possano eseguire query su questo ID.

public:
 static void SetEnterpriseStoreWebAccountIdForUser(User ^ user, Platform::String ^ webAccountId);
 static void SetEnterpriseStoreWebAccountIdForUser(User const& user, winrt::hstring const& webAccountId);
public static void SetEnterpriseStoreWebAccountIdForUser(User user, string webAccountId);
function setEnterpriseStoreWebAccountIdForUser(user, webAccountId)
Public Shared Sub SetEnterpriseStoreWebAccountIdForUser (user As User, webAccountId As String)

Parametri

user
User

Oggetto Windows.System.User che identifica l'utente di Azure AD il cui ID account utente dello Store da impostare.

webAccountId
String

Platform::String

winrt::hstring

ID dell'account utente dello Store (in genere ottenuto dalla proprietà WebAccount.Id ) da impostare per l'utente di Azure AD specificato.

Requisiti Windows

Famiglia di dispositivi
Windows 10 Creators Update (è stato introdotto in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v4.0)

Si applica a