IUIAutomationValuePattern interface (uiautomationclient.h)
Provides access to a control that contains a value that does not span a range and that can be represented as a string. This string may or may not be editable, depending on the control and its settings.
Inheritance
The IUIAutomationValuePattern interface inherits from the IUnknown interface. IUIAutomationValuePattern also has these types of members:
Methods
The IUIAutomationValuePattern interface has these methods.
IUIAutomationValuePattern::get_CachedIsReadOnly Retrieves a cached value that indicates whether the value of the element is read-only. |
IUIAutomationValuePattern::get_CachedValue Retrieves the cached value of the element. |
IUIAutomationValuePattern::get_CurrentIsReadOnly Indicates whether the value of the element is read-only. |
IUIAutomationValuePattern::get_CurrentValue Retrieves the value of the element. |
IUIAutomationValuePattern::SetValue Sets the value of the element. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista, Windows XP with SP3 and Platform Update for Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008, Windows Server 2003 with SP2 and Platform Update for Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | uiautomationclient.h (include UIAutomation.h) |