次の方法で共有


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

プロパティ値

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

例外

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

注釈

キャッシュされたプロパティ値は、 を使用して CacheRequest以前に要求されている必要があります。 現在の時点でプロパティの値を取得するには、 を使用 Currentして プロパティを取得します。

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

適用対象

こちらもご覧ください