IValueProvider Interface
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.
Exposes methods and properties to support UI Automation client access to controls having an intrinsic value that does not span a range and that can be represented as a string.
public interface class IValueProvider
public interface IValueProvider
type IValueProvider = interface
Public Interface IValueProvider
- Derived
Remarks
The value of the control may or may not be editable depending on the control and its settings.
Implemented on a UI Automation provider that must support the ValuePattern control pattern.
Properties
| Name | Description |
|---|---|
| IsReadOnly |
Gets a value that specifies whether the value of a control is read-only. |
| Value |
Gets the value of the control. |
Methods
| Name | Description |
|---|---|
| SetValue(String) |
Sets the value of a control. |