共用方式為


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 物件。 此物件提供小工具主機內小工具組態的相關資訊。

適用於