DatePickerAutomationPeer.IValueProvider.Value 属性

定义

获取控件的值。

property System::String ^ System::Windows::Automation::Provider::IValueProvider::Value { System::String ^ get(); };
string System.Windows.Automation.Provider.IValueProvider.Value { get; }
member this.System.Windows.Automation.Provider.IValueProvider.Value : string
 ReadOnly Property Value As String Implements IValueProvider.Value

属性值

一个字符串,表示控件的值。

实现

注解

此成员是显式接口成员的实现。 它只能在 DatePickerAutomationPeer 实例被强制转换为 IValueProvider 接口时使用。

适用于