CalendarDatePickerAutomationPeer.Value 属性

定义

获取控件的值。

public:
 property Platform::String ^ Value { Platform::String ^ get(); };
winrt::hstring Value();
public string Value { get; }
var string = calendarDatePickerAutomationPeer.value;
Public ReadOnly Property Value As String

属性值

String

Platform::String

winrt::hstring

控件的值,作为字符串。

实现

适用于