次の方法で共有


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

文字列としてのコントロールの値。

実装

適用対象