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)

アクティブ化しているアプリに、トークンをサイレントモードで取得できず、操作を続行するためにユーザーの操作が必要であることを通知します。

適用対象

こちらもご覧ください