CacheRequest Methods
.NET Framework 4.5
The CacheRequest type exposes the following members.
| Name | Description | |
|---|---|---|
|
Activate | Sets this CacheRequest as the active specification for the items that are returned when an AutomationElement is requested on the same thread. |
|
Add(AutomationPattern) | Adds the specified AutomationPattern identifier to this CacheRequest. |
|
Add(AutomationProperty) | Adds the specified AutomationProperty identifier to this CacheRequest. |
|
Clone | Creates a copy of this CacheRequest. |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Pop | Removes the active CacheRequest from the internal stack for the current thread. |
|
Push | Places the CacheRequest on the internal state stack, making it the active request on the current thread. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |