WebAccountProviderSignOutAccountOperation 类

定义

表示 Web 帐户提供程序执行的注销帐户操作。

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

Windows 要求

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

属性

ApplicationCallbackUri

获取应用回调 URI。

ClientId

获取客户端 ID。

Kind

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

WebAccount

获取要注销的 Web 帐户。

方法

ReportCompleted()

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

ReportError(WebProviderError)

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

适用于

另请参阅