次の方法で共有


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 オブジェクト。

適用対象