AutomationElement Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Overridden. |
| FindAll | Returns all AutomationElement objects that satisfy the specified condition. |
| FindFirst | Returns the first child or descendant element that matches the specified condition. |
| FromHandle | Retrieves a new AutomationElement object for the user interface (UI) item referenced by the specified window handle. |
| FromLocalProvider | Retrieves a new AutomationElement object from a local IRawElementProviderSimple implementation. |
| FromPoint | Retrieves a new AutomationElement object for the user interface (UI) item at specified point on the desktop. |
| GetCachedPattern | Retrieves the specified pattern from the cache of this AutomationElement. |
| GetCachedPropertyValue | Overloaded. Retrieves the cached value of the specified property from an AutomationElement. |
| GetClickablePoint | Retrieves a point on the AutomationElement that can be clicked. |
| GetCurrentPattern | Retrieves the specified pattern object on this AutomationElement. |
| GetCurrentPropertyValue | Overloaded. Retrieves the current value of the specified property from an AutomationElement. |
| GetHashCode | Overridden. Retrieves the hash code for this AutomationElement. |
| GetRuntimeId | Retrieves the unique identifier assigned to the user interface (UI) item. |
| GetSupportedPatterns | Retrieves the control patterns that this AutomationElement supports. |
| GetSupportedProperties | Retrieves the identifiers of properties supported by the element. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| GetUpdatedCache | Retrieves a new AutomationElement with an updated cache. |
| op_Equality | Returns a value indicating whether the specified AutomationElement objects refer to the same user interface (UI) element. |
| op_Inequality | Returns a value indicating whether the specified AutomationElement objects refer to different user interface (UI) elements. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| SetFocus | Sets focus on the AutomationElement. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| TryGetCachedPattern | Retrieves a control pattern from the cache. |
| TryGetClickablePoint | Retrieves a point within the element that can be clicked. |
| TryGetCurrentPattern | Retrieves an object that implements a control pattern. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Reference
AutomationElement ClassSystem.Windows.Automation Namespace