WebAccountProviderDeleteAccountOperation 类

定义

表示删除帐户操作。

public ref class WebAccountProviderDeleteAccountOperation sealed : IWebAccountProviderBaseReportOperation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WebAccountProviderDeleteAccountOperation final : IWebAccountProviderBaseReportOperation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WebAccountProviderDeleteAccountOperation : IWebAccountProviderBaseReportOperation
Public NotInheritable Class WebAccountProviderDeleteAccountOperation
Implements IWebAccountProviderBaseReportOperation
继承
Object Platform::Object IInspectable WebAccountProviderDeleteAccountOperation
属性
实现

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

属性

Kind

获取 Web 帐户提供程序操作的类型。

WebAccount

获取要删除的 Web 帐户。

方法

ReportCompleted()

通知正在激活的应用操作已成功完成。

ReportError(WebProviderError)

通知正在激活的应用操作遇到错误。

适用于

另请参阅