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

プロパティ値

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

例外

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

注釈

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

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

適用対象

こちらもご覧ください