IValueProvider interface (uiautomationcore.h)
Provides access to controls that have an intrinsic value that does not span a range, and that can be represented as a string.
Inheritance
The IValueProvider interface inherits from the IUnknown interface. IValueProvider also has these types of members:
Methods
The IValueProvider interface has these methods.
IValueProvider::get_IsReadOnly Indicates whether the value of a control is read-only. (IValueProvider.get_IsReadOnly) |
IValueProvider::get_Value The value of the control. |
IValueProvider::SetValue Sets the value of control. |
Remarks
The value of the control may or may not be editable depending on the control and its settings.
Implemented on a Microsoft UI Automation provider that must support the Value control pattern.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2003 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | uiautomationcore.h (include UIAutomation.h) |