ScrollPattern.Cached 属性

定义

获取缓存的UI 自动化属性值ScrollPattern

public:
 property System::Windows::Automation::ScrollPattern::ScrollPatternInformation Cached { System::Windows::Automation::ScrollPattern::ScrollPatternInformation get(); };
public System.Windows.Automation.ScrollPattern.ScrollPatternInformation Cached { get; }
member this.Cached : System.Windows.Automation.ScrollPattern.ScrollPatternInformation
Public ReadOnly Property Cached As ScrollPattern.ScrollPatternInformation

属性值

ScrollPattern.ScrollPatternInformation

包含控件模式的缓存UI 自动化属性值的结构。

例外

请求的属性不在缓存中。

注解

以前必须使用 a.CacheRequest 用于 Current 获取属性的当前值。

有关可用属性及其用法的信息,请参阅 ScrollPattern.ScrollPatternInformation

适用于