RangeValuePattern.Cached プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この 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
プロパティ値
キャッシュされたプロパティ値。
例外
要求されたプロパティがキャッシュ内にありません。
注釈
キャッシュされたプロパティ値は、以前に . を使用して CacheRequest要求されている必要があります。 現在の時点のプロパティの値を取得するには、次を使用 Currentしてプロパティを取得します。
使用可能なプロパティとその使用方法については、次を参照してください RangeValuePattern.RangeValuePatternInformation。