WidgetUpdateRequestOptions.CustomState プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
関連付けられたウィジェットのカスタム状態を表す文字列を取得または設定します。
public:
property Platform::String ^ CustomState { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CustomState();
void CustomState(winrt::hstring value);
public string CustomState { get; set; }
var string = widgetUpdateRequestOptions.customState;
widgetUpdateRequestOptions.customState = string;
Public Property CustomState As String
プロパティ値
関連付けられたウィジェットのカスタム状態を表す文字列。
注釈
カスタム状態文字列はアプリ定義であり、ウィジェット ホストによって検証されません。
カスタム状態プロパティを保持するウィジェットを作成するチュートリアルについては、「 win32 アプリでウィジェット プロバイダーを実装する」を参照してください。