共用方式為


WebAccountManager.ClearWebAccountPictureAsync(WebAccount) 方法

定義

以非同步方式清除 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 帳戶。

傳回

這個方法不會傳回值。

適用於