WidgetInfo.CustomState 属性

定义

获取包含小组件的当前自适应卡片 JSON 数据模板的字符串。

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

属性值

String

Platform::String

winrt::hstring

注解

自定义状态格式是应用定义的,不会由小组件主机验证。

通过调用 设置小组件的自定义状态 WidgetManager.UpdateWidget(WidgetUpdateRequestOptions)

适用于