WebAccountManager.SetScopeAsync(WebAccount, WebAccountScope) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit l’étendue d’un compte web de manière asynchrone.
public:
static IAsyncAction ^ SetScopeAsync(WebAccount ^ webAccount, WebAccountScope scope);
static IAsyncAction SetScopeAsync(WebAccount const& webAccount, WebAccountScope const& scope);
public static IAsyncAction SetScopeAsync(WebAccount webAccount, WebAccountScope scope);
function setScopeAsync(webAccount, scope)
Public Shared Function SetScopeAsync (webAccount As WebAccount, scope As WebAccountScope) As IAsyncAction
Paramètres
- webAccount
- WebAccount
Compte web pour lequel définir l’étendue.
- scope
- WebAccountScope
Étendue à définir.
Retours
Cette méthode ne retourne pas de valeur.