Condividi tramite


WebAccountManager.SetScopeAsync(WebAccount, WebAccountScope) Metodo

Definizione

Imposta l'ambito di un account Web in modo asincrono.

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

Parametri

webAccount
WebAccount

Account Web per impostare l'ambito per.

scope
WebAccountScope

Ambito da impostare.

Restituisce

Questo metodo non restituisce valori.

Si applica a