다음을 통해 공유


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 속성의 기본값입니다. 이러한 속성에 대한 값을 설정하지 않으면 설정되지 않은 것으로 처리됩니다. 속성을 빈 문자열로 설정하여 이전에 설정한 값을 지웁니다.

적용 대상