次の方法で共有


WebAccountManager.DeleteWebAccountAsync(WebAccount) メソッド

定義

Web アカウントを非同期的に削除します。

public:
 static IAsyncAction ^ DeleteWebAccountAsync(WebAccount ^ webAccount);
 static IAsyncAction DeleteWebAccountAsync(WebAccount const& webAccount);
public static IAsyncAction DeleteWebAccountAsync(WebAccount webAccount);
function deleteWebAccountAsync(webAccount)
Public Shared Function DeleteWebAccountAsync (webAccount As WebAccount) As IAsyncAction

パラメーター

webAccount
WebAccount

削除する WebAccount

戻り値

このメソッドは値を返しません。

適用対象