ExpandCollapsePattern.Cached 属性

定义

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

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

属性值

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

例外

请求的属性不在缓存中。

注解

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

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

适用于

另请参阅