WidgetUpdateRequestOptions.UnsetValue Proprietà

Definizione

Ottiene un valore sentinel che indica che la proprietà associata non è impostata.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Valore sentinel che indica che la proprietà associata non è impostata.

Commenti

Si tratta del valore predefinito per le proprietà , Data e Template . Se non si imposta alcun valore su queste proprietà, questi verranno considerati come non impostati. Impostare le proprietà su stringa vuota per cancellare il valore impostato in precedenza.

Si applica a