ValuePattern.Cached 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此 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。