WidgetAnalyticsInfoReportedArgs.WidgetContext Property

Definition

Gets the WidgetContext object associated with the analytics info. This object provides information about the configuration of a widget within the widget host.

public:
 property WidgetContext ^ WidgetContext { WidgetContext ^ get(); };
WidgetContext WidgetContext();
public WidgetContext WidgetContext { get; }
var widgetContext = widgetAnalyticsInfoReportedArgs.widgetContext;
Public ReadOnly Property WidgetContext As WidgetContext

Property Value

The WidgetContext object.

Applies to