次の方法で共有


FeedErrorInfoReportedArgs クラス

定義

フィード ホストがフィード エラーを報告したときに発生する OnErrorInfoReported イベントのデータを提供します。

public ref class FeedErrorInfoReportedArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class FeedErrorInfoReportedArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FeedErrorInfoReportedArgs
Public NotInheritable Class FeedErrorInfoReportedArgs
継承
Object Platform::Object IInspectable FeedErrorInfoReportedArgs
属性

プロパティ

ErrorJson

エラー イベントをトリガーしたエラーを説明する JSON 文字列を取得します。

FeedDefinitionId

エラーに関連付けられているフィードの定義 ID を取得します。

FeedProviderDefinitionId

エラーに関連付けられているフィード プロバイダーの定義 ID を取得します。

適用対象