共用方式為


WidgetActionInvokedArgs.WidgetContext 屬性

定義

取得 物件, WidgetContext 其中包含小工具主機中相關聯小工具組態的相關資訊。

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

屬性值

WidgetContext物件,包含小工具主機中相關聯小工具組態的相關資訊。

適用於