WidgetUpdateRequestOptions.CustomState 属性

定义

获取或设置表示关联小组件的自定义状态的字符串。

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

属性值

String

Platform::String

winrt::hstring

表示关联小组件的自定义状态的字符串。

注解

自定义状态字符串是应用定义的,并且不通过小组件主机进行验证。

有关创建维护自定义状态属性的小组件的演练,请参阅 在 win32 应用中实现小组件提供程序

适用于