WidgetCustomizationRequestedArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ユーザーがウィジェット ホスト UI を使用してウィジェットのカスタマイズを要求したときに発生する、OnCustomizationRequested イベントのデータを提供します。
public ref class WidgetCustomizationRequestedArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WidgetCustomizationRequestedArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WidgetCustomizationRequestedArgs
Public NotInheritable Class WidgetCustomizationRequestedArgs
- 継承
- 属性
プロパティ
CustomState |
カスタマイズ要求に関連付けられているウィジェットのカスタム状態を含む文字列を取得します。 |
WidgetContext |
カスタマイズ要求に関連付けられている WidgetContext オブジェクトを取得します。 このオブジェクトは、ウィジェット ホスト内のウィジェットの構成に関する情報を提供します。 |