WidgetAnalyticsInfoReportedArgs クラス

定義

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

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

プロパティ

AnalyticsJson

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

WidgetContext

分析情報に関連付けられている WidgetContext オブジェクトを取得します。 このオブジェクトは、ウィジェット ホスト内のウィジェットの構成に関する情報を提供します。

適用対象