共用方式為


WidgetCustomizationRequestedArgs.CustomState 屬性

定義

取得字串,其中包含與自訂要求相關聯之小工具的自訂狀態。

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

屬性值

String

Platform::String

winrt::hstring

字串,包含與動作相關聯之小工具的自訂狀態。

備註

自訂狀態字串是應用程式定義的,不會由小工具主機使用或驗證。

適用於