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 。
返回
此方法不返回值。