Share via


RangeValuePattern.Cached プロパティ

定義

この RangeValuePattern のキャッシュされたプロパティ値を取得します。

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

プロパティ値

RangeValuePattern.RangeValuePatternInformation

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

例外

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

注釈

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

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

適用対象

こちらもご覧ください