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

包含与操作关联的小组件的自定义状态的字符串。

注解

自定义状态字符串是应用定义的,不由小组件主机使用或验证。

适用于