Freigeben über


WebAccountManager.ClearViewAsync(WebAccount, Uri) Methode

Definition

Löscht die Ansicht für ein Webkonto.

public:
 static IAsyncAction ^ ClearViewAsync(WebAccount ^ webAccount, Uri ^ applicationCallbackUri);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction ClearViewAsync(WebAccount const& webAccount, Uri const& applicationCallbackUri);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction ClearViewAsync(WebAccount webAccount, System.Uri applicationCallbackUri);
function clearViewAsync(webAccount, applicationCallbackUri)
Public Shared Function ClearViewAsync (webAccount As WebAccount, applicationCallbackUri As Uri) As IAsyncAction

Parameter

webAccount
WebAccount

Das Webkonto, für das die Ansicht gelöscht werden soll.

applicationCallbackUri
Uri Uri

Der Rückruf-URI, der den Abschluss des Vorgangs angibt. Der Broker gleicht diesen URI mit jedem URI ab, zu dem er navigieren soll. Der Broker navigiert nie zu diesem URI, stattdessen gibt der Broker das Steuerelement zurück an die Anwendung zurück, wenn der Benutzer auf einen Link klickt oder eine Webserverumleitung durchgeführt wird.

Gibt zurück

Diese Methode gibt keinen Wert zurück.

Attribute

Gilt für: