CalendarDatePickerAutomationPeer.SetValue(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the value of a control, as an implementation of the IValueProvider pattern.
public:
virtual void SetValue(Platform::String ^ value) = SetValue;
void SetValue(winrt::hstring const& value);
public void SetValue(string value);
function setValue(value)
Public Sub SetValue (value As String)
Parameters
- value
-
String
Platform::String
winrt::hstring
The value to set.
Implements
M:Microsoft.UI.Xaml.Automation.Provider.IValueProvider.SetValue(System.String)
M:Microsoft.UI.Xaml.Automation.Provider.IValueProvider.SetValue(Platform::String)
M:Microsoft.UI.Xaml.Automation.Provider.IValueProvider.SetValue(winrt::hstring)