ValuePattern.Cached Proprietà

Definizione

Ottiene i valori della proprietà Automazione interfaccia utente memorizzati nella cache per questo ValuePatternoggetto .

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

Valore della proprietà

ValuePattern.ValuePatternInformation

Valori della proprietà memorizzati nella cache.

Eccezioni

La proprietà richiesta non è presente nella cache.

Commenti

I valori delle proprietà memorizzati nella cache devono essere stati richiesti in precedenza usando un oggetto CacheRequest. Per ottenere il valore di una proprietà nel momento corrente, ottenere la proprietà usando Current.

Per informazioni sulle proprietà disponibili e sul relativo uso, vedere ValuePattern.ValuePatternInformation.

Si applica a

Vedi anche