WebAccountManager.SetViewAsync(WebAccount, WebAccountClientView) 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 la visualizzazione per un account Web in modo asincrono.
public:
static IAsyncAction ^ SetViewAsync(WebAccount ^ webAccount, WebAccountClientView ^ view);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction SetViewAsync(WebAccount const& webAccount, WebAccountClientView const& view);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction SetViewAsync(WebAccount webAccount, WebAccountClientView view);
function setViewAsync(webAccount, view)
Public Shared Function SetViewAsync (webAccount As WebAccount, view As WebAccountClientView) As IAsyncAction
Parametri
- webAccount
- WebAccount
Account Web per cui impostare la visualizzazione.
- view
- WebAccountClientView
Visualizzazione da impostare.
Restituisce
Questo metodo non restituisce valori.
- Attributi