IWebAccountProviderUIReportOperation Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines methods for web account provider UI report operations.
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
- Derived
- Attributes
- Implements
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Methods
ReportCompleted() |
Informs the activating app that the operation completed successfully. (Inherited from IWebAccountProviderBaseReportOperation) |
ReportError(WebProviderError) |
Informs the activating app that the operation encountered an error. (Inherited from IWebAccountProviderBaseReportOperation) |
ReportUserCanceled() |
Informs the activating app that the user has cancelled the operation. |