WebAccountManager.SetScopeAsync(WebAccount, WebAccountScope) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.