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

適用対象

こちらもご覧ください