WidgetActionInvokedArgs.CustomState 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得字串,其中包含與動作相關聯之小工具的自訂狀態。
public:
property Platform::String ^ CustomState { Platform::String ^ get(); };
winrt::hstring CustomState();
public string CustomState { get; }
var string = widgetActionInvokedArgs.customState;
Public ReadOnly Property CustomState As String
屬性值
字串,包含與動作相關聯之小工具的自訂狀態。
備註
自訂狀態字串是應用程式定義的,而且不會由小工具主機使用或驗證。