WebAccountManager.ClearWebAccountPictureAsync(WebAccount) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Web アカウントの画像を非同期的にクリアします。
public:
static IAsyncAction ^ ClearWebAccountPictureAsync(WebAccount ^ webAccount);
static IAsyncAction ClearWebAccountPictureAsync(WebAccount const& webAccount);
public static IAsyncAction ClearWebAccountPictureAsync(WebAccount webAccount);
function clearWebAccountPictureAsync(webAccount)
Public Shared Function ClearWebAccountPictureAsync (webAccount As WebAccount) As IAsyncAction
パラメーター
- webAccount
- WebAccount
画像をクリアする Web アカウント。
戻り値
このメソッドは値を返しません。