WidgetInfo.CustomState 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取包含小组件的当前自适应卡片 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
属性值
注解
自定义状态格式是应用定义的,不会由小组件主机验证。
通过调用 设置小组件的自定义状态 WidgetManager.UpdateWidget(WidgetUpdateRequestOptions)