WidgetActionInvokedArgs.CustomState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a string containing custom state for the widget associated with the action.
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
Property Value
A string containing custom state for the widget associated with the action.
Remarks
The custom state string is app-defined and is not used or validated by the widget host.