次の方法で共有


FeedAnalyticsInfoReportedArgs クラス

定義

OnAnalyticsInfoReported イベントのデータを提供します。これは、フィード ホストが、フィードとのユーザー操作に関連付けられている分析データを報告するときに発生します。

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

プロパティ

AnalyticsJson

分析イベントをトリガーしたユーザー操作を記述する JSON 文字列を取得します。

FeedDefinitionId

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

FeedProviderDefinitionId

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

適用対象