RangeValuePattern.Cached 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此 RangeValuePattern 的缓存属性值。
public:
property System::Windows::Automation::RangeValuePattern::RangeValuePatternInformation Cached { System::Windows::Automation::RangeValuePattern::RangeValuePatternInformation get(); };
public System.Windows.Automation.RangeValuePattern.RangeValuePatternInformation Cached { get; }
member this.Cached : System.Windows.Automation.RangeValuePattern.RangeValuePatternInformation
Public ReadOnly Property Cached As RangeValuePattern.RangeValuePatternInformation
属性值
缓存的属性值。
例外
请求的属性不在缓存中。
注解
以前必须使用 a.CacheRequest To get the value of a property at the current point in time, get the property by using Current.
有关可用属性及其用法的信息,请参阅 RangeValuePattern.RangeValuePatternInformation。