共用方式為


WebAccountManager.ClearPerUserFromPerAppAccountAsync(WebAccount) 方法

定義

清除每個使用者與個別應用程式 Web 帳戶之間的連結。

public:
 static IAsyncAction ^ ClearPerUserFromPerAppAccountAsync(WebAccount ^ perAppAccount);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction ClearPerUserFromPerAppAccountAsync(WebAccount const& perAppAccount);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction ClearPerUserFromPerAppAccountAsync(WebAccount perAppAccount);
function clearPerUserFromPerAppAccountAsync(perAppAccount)
Public Shared Function ClearPerUserFromPerAppAccountAsync (perAppAccount As WebAccount) As IAsyncAction

參數

perAppAccount
WebAccount

要清除的每個應用程式 Web 帳戶。

傳回

這個方法不會傳回值。

屬性

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)

適用於