Udostępnij za pośrednictwem


RangeValuePattern.Current Właściwość

Definicja

Pobiera bieżące wartości właściwości dla tego RangeValuePatternelementu .

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

Wartość właściwości

RangeValuePattern.RangeValuePatternInformation

Bieżące wartości właściwości.

Uwagi

Ten wzorzec musi pochodzić z elementu AutomationElement z odwołaniem Full , aby uzyskać bieżące wartości. AutomationElement Jeśli obiekt został uzyskany przy użyciu metody None, zawiera tylko dane buforowane, a próba pobrania bieżącej wartości dowolnej właściwości zgłasza wyjątek. Służy Cached do pobierania buforowanej wartości właściwości, która została wcześniej określona przy użyciu elementu CacheRequest.

Aby uzyskać informacje o dostępnych właściwościach i ich użyciu, zobacz RangeValuePattern.RangeValuePatternInformation.

Dotyczy

Zobacz też