共用方式為


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 屬性的 預設值。 如果您未在這些屬性上設定任何值,則會將其視為未設定。 將屬性設定為空字串,以清除先前設定的值。

適用於