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
属性值
包含与操作关联的小组件的自定义状态的字符串。
注解
自定义状态字符串是应用定义的,不由小组件主机使用或验证。