RangeValuePattern.Current Propiedad

Definición

Obtiene los valores de propiedades actuales para 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

Valor de propiedad

RangeValuePattern.RangeValuePatternInformation

Los valores de propiedad actuales.

Comentarios

Este patrón debe ser de una clase AutomationElement con una Full referencia para obtener los valores actuales. AutomationElement Si se obtuvo mediante None, solo contiene datos almacenados en caché e intenta obtener el valor actual de cualquier propiedad genera una excepción. Use Cached para obtener el valor almacenado en caché de una propiedad que se especificó anteriormente mediante .CacheRequest

Para obtener información sobre las propiedades disponibles y su uso, vea RangeValuePattern.RangeValuePatternInformation.

Se aplica a

Consulte también