RangeValuePattern.Cached 属性

定义

获取此 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

属性值

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

适用于

另请参阅