RangeValuePattern.Current 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此 RangeValuePattern 的当前属性值。
public:
property System::Windows::Automation::RangeValuePattern::RangeValuePatternInformation Current { System::Windows::Automation::RangeValuePattern::RangeValuePatternInformation get(); };
public System.Windows.Automation.RangeValuePattern.RangeValuePatternInformation Current { get; }
member this.Current : System.Windows.Automation.RangeValuePattern.RangeValuePatternInformation
Public ReadOnly Property Current As RangeValuePattern.RangeValuePatternInformation
属性值
当前属性值。
注解
此模式必须来自 AutomationElement 具有引用的 Full 模式才能获取当前值。 AutomationElement如果已使用None获取,则它仅包含缓存的数据,并且尝试获取任何属性的当前值会引发异常。 用于 Cached 获取以前使用 a 指定 CacheRequest的属性的缓存值。
有关可用属性及其用法的信息,请参阅 RangeValuePattern.RangeValuePatternInformation。