IFeedProviderErrors 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.
This optional interface is implemented by Windows feed providers to receive callbacks from the feeds host for feed errors.
public interface class IFeedProviderErrors
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 327680)]
/// [Windows.Foundation.Metadata.Guid(1712447498, 55404, 18851, 147, 129, 183, 218, 103, 238, 98, 220)]
struct IFeedProviderErrors
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 327680)]
[Windows.Foundation.Metadata.Guid(1712447498, 55404, 18851, 147, 129, 183, 218, 103, 238, 98, 220)]
public interface IFeedProviderErrors
Public Interface IFeedProviderErrors
- Attributes
Methods
OnErrorInfoReported(FeedErrorInfoReportedArgs) |
Raised when the feeds host reports a feed error. |