ExpandCollapsePattern.Cached 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個 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。