共用方式為


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

字串,表示相關聯小工具的自訂狀態。

備註

自訂狀態字串是應用程式定義的,而且未由小工具主機驗證。

如需建立維護自訂狀態屬性之 Widget 的逐步解說,請參閱 在 win32 應用程式中實作小工具提供者

適用於