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 。
傳回
這個方法不會傳回值。