WidgetCustomizationRequestedArgs クラス

定義

OnCustomizationRequested イベントのデータを提供します。これは、ユーザーがウィジェット ホスト UI を介してウィジェットのカスタマイズを要求したときに発生します。

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
継承
Object Platform::Object IInspectable WidgetCustomizationRequestedArgs
属性

プロパティ

CustomState

カスタマイズ要求に関連付けられているウィジェットのカスタム状態を含む文字列を取得します。

WidgetContext

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

適用対象