共用方式為


ValuePattern.Cached 屬性

定義

取得這個 ValuePattern的快取UI自動化屬性值。

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

屬性值

快取的屬性值。

例外狀況

要求的屬性不在快取中。

備註

先前必須使用 要求 CacheRequest快取的屬性值。 若要取得目前時間點的屬性值,請使用 Current取得 屬性。

如需可用屬性及其使用方式的詳細資訊,請參閱 ValuePattern.ValuePatternInformation

適用於

另請參閱