次の方法で共有


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 値。

注釈

これは、および Template プロパティのData既定値です。 これらのプロパティに値を設定しない場合は、未設定として扱われます。 プロパティを空の文字列に設定して、以前に設定した値をクリアします。

適用対象