WidgetUpdateRequestOptions.CustomState 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置表示关联小组件的自定义状态的字符串。
public:
property Platform::String ^ CustomState { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CustomState();
void CustomState(winrt::hstring value);
public string CustomState { get; set; }
var string = widgetUpdateRequestOptions.customState;
widgetUpdateRequestOptions.customState = string;
Public Property CustomState As String
属性值
表示关联小组件的自定义状态的字符串。
注解
自定义状态字符串是应用定义的,并且不通过小组件主机进行验证。
有关创建维护自定义状态属性的小组件的演练,请参阅 在 win32 应用中实现小组件提供程序。