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
屬性值
字串,表示相關聯小工具的自訂狀態。
備註
自訂狀態字串是應用程式定義的,而且未由小工具主機驗證。
如需建立維護自訂狀態屬性之 Widget 的逐步解說,請參閱 在 win32 應用程式中實作小工具提供者。