WidgetUpdateRequestOptions.UnsetValue 属性

定义

获取一个 sentinel 值,该值指示未设置关联的属性。

public:
 static property Platform::String ^ UnsetValue { Platform::String ^ get(); };
static winrt::hstring UnsetValue();
public static string UnsetValue { get; }
var string = WidgetUpdateRequestOptions.unsetValue;
Public Shared ReadOnly Property UnsetValue As String

属性值

String

Platform::String

winrt::hstring

一个 sentinel 值,该值指示未设置关联的属性。

注解

这是 、 DataTemplate 属性的默认值。 如果未对这些属性设置任何值,它们将被视为未设置。 将属性设置为空字符串以清除以前设置的值。

适用于