SelectionPattern.Cached Propriété

Définition

Obtient les valeurs de propriété UI Automation mises en cache pour ce SelectionPattern.

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

Valeur de propriété

SelectionPattern.SelectionPatternInformation

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é demandées précédemment à l’aide d’un CacheRequest. Permet Current d’obtenir la valeur actuelle d’une propriété.

Pour plus d’informations sur les propriétés disponibles et leur utilisation, consultez SelectionPattern.SelectionPatternInformation.

S’applique à