共用方式為


WidgetInfo.CustomState 屬性

定義

取得字串,其中包含小工具目前的調適型卡片 JSON 資料範本。

public:
 property Platform::String ^ CustomState { Platform::String ^ get(); };
winrt::hstring CustomState();
public string CustomState { get; }
var string = widgetInfo.customState;
Public ReadOnly Property CustomState As String

屬性值

String

Platform::String

winrt::hstring

備註

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

呼叫 來設定小工具的自訂狀態 WidgetManager.UpdateWidget(WidgetUpdateRequestOptions)

適用於