WindowPattern.Cached 属性

定义

获取此 WindowPattern的缓存UI 自动化属性值。

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

属性值

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

例外

请求的属性不在缓存中。

注解

缓存的属性值必须以前使用 CacheRequest请求过。 使用 Current 获取属性的当前值。

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

适用于