WebAccountManager.ClearViewAsync(WebAccount, Uri) 方法

定义

清除 Web 帐户的视图。

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

参数

webAccount
WebAccount

要为其清除视图的 Web 帐户。

applicationCallbackUri
Uri Uri

指示操作完成的回调 URI。 代理将此 URI 与它要导航到的每个 URI 进行匹配。 中转站永远不会导航到此 URI,而是在用户单击链接或进行 Web 服务器重定向时,中转站将控件返回到应用程序。

返回

此方法不返回值。

属性

适用于