WidgetCustomizationRequestedArgs.CustomState プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カスタマイズ要求に関連付けられているウィジェットのカスタム状態を含む文字列を取得します。
public:
property Platform::String ^ CustomState { Platform::String ^ get(); };
winrt::hstring CustomState();
public string CustomState { get; }
var string = widgetCustomizationRequestedArgs.customState;
Public ReadOnly Property CustomState As String
プロパティ値
アクションに関連付けられているウィジェットのカスタム状態を含む文字列。
注釈
カスタム状態文字列はアプリ定義であり、ウィジェット ホストによって使用または検証されません。