IValueProvider.SetValue(String) Method

Definition

Sets the value of a control.

public:
 void SetValue(Platform::String ^ value);
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. The provider is responsible for converting the value to the appropriate data type.

Applies to