次の方法で共有


WidgetUpdateRequestOptions.CustomState プロパティ

定義

関連付けられたウィジェットのカスタム状態を表す文字列を取得または設定します。

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

プロパティ値

String

Platform::String

winrt::hstring

関連付けられたウィジェットのカスタム状態を表す文字列。

注釈

カスタム状態文字列はアプリ定義であり、ウィジェット ホストによって検証されません。

カスタム状態プロパティを保持するウィジェットを作成するチュートリアルについては、「 win32 アプリでウィジェット プロバイダーを実装する」を参照してください。

適用対象