IWebAccountProviderSilentReportOperation 接口

定义

定义无提示 Web 帐户提供程序操作的方法。

public interface class IWebAccountProviderSilentReportOperation : IWebAccountProviderBaseReportOperation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3769976312, 15119, 17626, 146, 76, 123, 24, 186, 170, 98, 169)]
struct IWebAccountProviderSilentReportOperation : IWebAccountProviderBaseReportOperation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3769976312, 15119, 17626, 146, 76, 123, 24, 186, 170, 98, 169)]
public interface IWebAccountProviderSilentReportOperation : IWebAccountProviderBaseReportOperation
Public Interface IWebAccountProviderSilentReportOperation
Implements IWebAccountProviderBaseReportOperation
派生
属性
实现

Windows 要求

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

方法

ReportCompleted()

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

(继承自 IWebAccountProviderBaseReportOperation)
ReportError(WebProviderError)

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

(继承自 IWebAccountProviderBaseReportOperation)
ReportUserInteractionRequired()

通知激活应用无法以无提示方式获取令牌,并且需要用户交互才能继续操作。

ReportUserInteractionRequired(WebProviderError)

通知激活应用无法以无提示方式获取令牌,并且需要用户交互才能继续操作。

适用于

另请参阅