IWebAccountProviderUIReportOperation Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit des méthodes pour les opérations de rapport de l’interface utilisateur du fournisseur de comptes web.
public interface class IWebAccountProviderUIReportOperation : IWebAccountProviderBaseReportOperation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(687837907, 36736, 17147, 148, 79, 178, 16, 123, 189, 66, 230)]
struct IWebAccountProviderUIReportOperation : IWebAccountProviderBaseReportOperation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(687837907, 36736, 17147, 148, 79, 178, 16, 123, 189, 66, 230)]
public interface IWebAccountProviderUIReportOperation : IWebAccountProviderBaseReportOperation
Public Interface IWebAccountProviderUIReportOperation
Implements IWebAccountProviderBaseReportOperation
- Dérivé
- Attributs
- Implémente
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Méthodes
ReportCompleted() |
Informe l’application d’activation que l’opération s’est terminée avec succès. (Hérité de IWebAccountProviderBaseReportOperation) |
ReportError(WebProviderError) |
Informe l’application d’activation que l’opération a rencontré une erreur. (Hérité de IWebAccountProviderBaseReportOperation) |
ReportUserCanceled() |
Informe l’application d’activation que l’utilisateur a annulé l’opération. |