WebAccountManager.DeleteWebAccountAsync(WebAccount) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 。
戻り値
このメソッドは値を返しません。