Share via


RangeValuePattern.Cached Propiedad

Definición

Obtiene los valores de propiedad almacenados en caché para 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

Valor de propiedad

RangeValuePattern.RangeValuePatternInformation

Los valores de propiedad almacenados en caché.

Excepciones

La propiedad solicitada no está en la memoria caché.

Comentarios

Los valores de propiedad almacenados en caché deben haberse solicitado previamente mediante .CacheRequest Para obtener el valor de una propiedad en el momento actual, obtenga la propiedad mediante Current.

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

Se aplica a

Consulte también