IValueProvider interface
Provides access to controls that have an intrinsic value that does not span a range, and that can be represented as a string.
Members
The IValueProvider interface inherits from the IUnknown interface. IValueProvider also has these types of members:
Methods
The IValueProvider interface has these methods.
| Method | Description |
|---|---|
| SetValue |
Sets the value of control. |
Properties
The IValueProvider interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
Indicates whether the value of a control is read-only. | |
|
Read-only |
The value of the 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
|
Minimum supported client |
Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
DLL |
|
|
IID |
IID_IValueProvider is defined as c7935180-6fb3-4201-b174-7df73adbf64a |
See also