WindowPattern.Cached 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此 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。