RangeValuePattern.Current プロパティ

定義

この RangeValuePattern の現在のプロパティ値を取得します。

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

プロパティ値

RangeValuePattern.RangeValuePatternInformation

現在のプロパティ値。

注釈

現在の値を AutomationElement 取得するには、このパターンは参照付 Full きのパターンである必要があります。 を AutomationElement 使用して None取得した場合、キャッシュされたデータのみが含まれ、プロパティの現在の値を取得しようとすると例外が発生します。 を使用して Cached 以前に指定したプロパティのキャッシュされた値を CacheRequest取得するために使用します。

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

適用対象

こちらもご覧ください