WidgetInfo.WidgetContext 属性

定义

获取一个 WidgetContext 对象,其中包含有关小组件主机中小组件配置的信息。

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

属性值

WidgetContext 对象。

适用于