ValuePattern.Cached プロパティ

定義

このValuePatternキャッシュされたUI オートメーションプロパティ値を取得します。

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

プロパティ値

ValuePattern.ValuePatternInformation

キャッシュされたプロパティ値。

例外

要求されたプロパティがキャッシュ内にありません。

注釈

キャッシュされたプロパティ値は、以前に CacheRequest. 現在の時点のプロパティの値を取得するには、次を使用 Currentしてプロパティを取得します。

使用可能なプロパティとその使用方法については、次を参照してください ValuePattern.ValuePatternInformation

適用対象

こちらもご覧ください