WidgetCustomizationRequestedArgs.WidgetContext プロパティ

定義

カスタマイズ要求に関連付けられている WidgetContext オブジェクトを取得します。 このオブジェクトは、ウィジェット ホスト内のウィジェットの構成に関する情報を提供します。

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

プロパティ値

WidgetContext オブジェクト。

適用対象