IValueProvider.SetValue Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Sets the value of a control.

Namespace:  System.Windows.Automation.Provider
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
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

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.