WidgetUpdateRequestOptions.UnsetValue 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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
屬性值
sentinel 值,表示相關聯的屬性未設定。
備註
這是 、 Data 和 Template 屬性的 預設值。 如果您未在這些屬性上設定任何值,則會將其視為未設定。 將屬性設定為空字串,以清除先前設定的值。