Freigeben über


WebAccountManager.SetViewAsync(WebAccount, WebAccountClientView) Methode

Definition

Legt die Ansicht für ein Webkonto asynchron fest.

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

Parameter

webAccount
WebAccount

Das Webkonto, für das die Ansicht festgelegt werden soll.

view
WebAccountClientView

Die festzulegende Ansicht.

Gibt zurück

Diese Methode gibt keinen Wert zurück.

Attribute

Gilt für: