IUIAutomationRangeValuePattern 接口 (uiautomationclient.h)

提供对显示一系列值的控件的访问权限。

继承

IUIAutomationRangeValuePattern 接口继承自 IUnknown 接口。 IUIAutomationRangeValuePattern 也有以下类型的成员:

方法

IUIAutomationRangeValuePattern 接口具有这些方法。

 
IUIAutomationRangeValuePattern::get_CachedIsReadOnly

检索一个缓存值,该值指示是否可以更改元素的值。
IUIAutomationRangeValuePattern::get_CachedLargeChange

从缓存中检索在进行较大更改(例如按下 PAGE DOWN 键时)添加到控件的值或从控件的值中减去的值。
IUIAutomationRangeValuePattern::get_CachedMaximum

检索控件的缓存最大值。
IUIAutomationRangeValuePattern::get_CachedMinimum

检索控件的缓存最小值。
IUIAutomationRangeValuePattern::get_CachedSmallChange

在进行小更改(例如按下箭头键时)时,从缓存中检索添加到控件值或从控件值中减去的值。
IUIAutomationRangeValuePattern::get_CachedValue

检索控件的缓存值。
IUIAutomationRangeValuePattern::get_CurrentIsReadOnly

指示是否可以更改 元素的值。
IUIAutomationRangeValuePattern::get_CurrentLargeChange

检索在进行较大更改时(例如按下 PAGE DOWN 键时)添加到控件的值或从控件的值中减去的值。
IUIAutomationRangeValuePattern::get_CurrentMaximum

检索控件的最大值。
IUIAutomationRangeValuePattern::get_CurrentMinimum

检索控件的最小值。
IUIAutomationRangeValuePattern::get_CurrentSmallChange

检索在进行小更改(例如按下箭头键时)添加到控件的值或从控件的值中减去的值。
IUIAutomationRangeValuePattern::get_CurrentValue

检索控件的值。
IUIAutomationRangeValuePattern::SetValue

设置控件的值。 (IUIAutomationRangeValuePattern.SetValue)

要求

   
最低受支持的客户端 Windows 7、带 SP2 的 Windows Vista 和适用于 Windows Vista 的平台更新、带 SP3 的 Windows XP 和适用于 Windows Vista 的平台更新 [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 R2、带 SP2 的 Windows Server 2008 和适用于 Windows Server 2008 的平台更新、带 SP2 的 Windows Server 2003 和适用于 Windows Server 2008 的平台更新 [仅限桌面应用]
目标平台 Windows
标头 uiautomationclient.h (包括 UIAutomation.h)

另请参阅

客户端的控制模式接口