ScrollPattern.Cached Property

Definition

Gets the cached UI Automation property values for this ScrollPattern.

public:
 property System::Windows::Automation::ScrollPattern::ScrollPatternInformation Cached { System::Windows::Automation::ScrollPattern::ScrollPatternInformation get(); };
public System.Windows.Automation.ScrollPattern.ScrollPatternInformation Cached { get; }
member this.Cached : System.Windows.Automation.ScrollPattern.ScrollPatternInformation
Public ReadOnly Property Cached As ScrollPattern.ScrollPatternInformation

Property Value

A structure containing the cached UI Automation property values for the control pattern.

Exceptions

The requested property is not in the cache.

Remarks

Cached property values must have been previously requested using a CacheRequest. Use Current to get the current value of a property.

For information on the properties available and their use, see ScrollPattern.ScrollPatternInformation.

Applies to