TableItemPattern.Cached Propriété

Définition

Obtient les valeurs de propriétés mises en cache pour ce TableItemPattern.

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

Valeur de propriété

TableItemPattern.TableItemPatternInformation

Valeurs de propriétés mises en cache.

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. Pour obtenir la valeur actuelle d’une propriété, obtenez la propriété à l’aide Currentde .

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

S’applique à

Voir aussi