IValueProvider.SetValue Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Sets the value of a control.
Namespace: System.Windows.Automation.Provider
Assembly: System.Windows (in System.Windows.dll)
Syntax
Sub SetValue ( _
value As String _
)
void SetValue(
string value
)
Parameters
- value
Type: System..::.String
The value to set. The provider is responsible for converting the value to the appropriate data type.
Remarks
Single-line edit controls support programmatic access to their contents by implementing IValueProvider. Controls must implement IValueProvider if the value of any of the items is editable, regardless of the current edit mode of the control. The parent control must also implement IValueProvider if the child items are editable.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0
Platforms
Windows Phone