ScrollPattern.Cached Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les valeurs de propriété UI Automation mises en cache pour ce 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
Valeur de propriété
Structure contenant les valeurs de propriété UI Automation mises en cache pour le modèle de contrôle.
Exceptions
La propriété demandée n’est pas dans le cache.
Remarques
Les valeurs de propriété mises en cache doivent avoir été précédemment demandées à l’aide d’un CacheRequest. Utilisez Current pour obtenir la valeur actuelle d’une propriété.
Pour plus d’informations sur les propriétés disponibles et leur utilisation, consultez ScrollPattern.ScrollPatternInformation.