Platforms to show: All Mac Windows Linux Cross-Platform
UIAutomationElementArrayMBS class New in 26.2
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | UIAutomation | MBS WinFrameworks Plugin | 26.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 2 properties
- 4 methods
- method Constructor Private
- method Destructor
- method Element(Index as Integer) as UIAutomationElementMBS
- method Elements as UIAutomationElementMBS()
This class has no sub classes.
Blog Entries
Some methods using this class:
- UIAutomationElementMBS.FindAll(TreeScope as Integer, condition as UIAutomationConditionMBS) as UIAutomationElementArrayMBS
- UIAutomationElementMBS.FindAll(TreeScope as Integer, condition as UIAutomationConditionMBS, traversalOptions as Integer, root as UIAutomationElementMBS) as UIAutomationElementArrayMBS
- UIAutomationElementMBS.FindAllBuildCache(TreeScope as Integer, condition as UIAutomationConditionMBS, cacheRequest as UIAutomationCacheRequestMBS) as UIAutomationElementArrayMBS
- UIAutomationElementMBS.FindAllBuildCache(TreeScope as Integer, condition as UIAutomationConditionMBS, cacheRequest as UIAutomationCacheRequestMBS, traversalOptions as Integer, root as UIAutomationElementMBS) as UIAutomationElementArrayMBS
- UIAutomationTextRangeMBS.ChildrenBuildCache(cacheRequest as UIAutomationCacheRequestMBS) as UIAutomationElementArrayMBS
Some properties using for this class:
- UIAutomationDragPatternMBS.CurrentGrabbedItems as UIAutomationElementArrayMBS
- UIAutomationElementMBS.CachedControllerFor as UIAutomationElementArrayMBS
- UIAutomationElementMBS.CachedFlowsFrom as UIAutomationElementArrayMBS
- UIAutomationElementMBS.CurrentDescribedBy as UIAutomationElementArrayMBS
- UIAutomationElementMBS.CurrentFlowsTo as UIAutomationElementArrayMBS
- UIAutomationLegacyIAccessiblePatternMBS.CurrentSelection as UIAutomationElementArrayMBS
- UIAutomationSelectionPatternMBS.CurrentSelection as UIAutomationElementArrayMBS
- UIAutomationSpreadsheetItemPatternMBS.CachedAnnotationObjects as UIAutomationElementArrayMBS
- UIAutomationSpreadsheetItemPatternMBS.CurrentAnnotationObjects as UIAutomationElementArrayMBS
- UIAutomationTableItemPatternMBS.CachedRowHeaderItems as UIAutomationElementArrayMBS
Some examples using this class:
Some related classes:
- class UIAutomationCacheRequestMBS
- class UIAutomationConditionMBS
- class UIAutomationDragPatternMBS
- class UIAutomationElementMBS
- class UIAutomationLegacyIAccessiblePatternMBS
- class UIAutomationSelectionPatternMBS
- class UIAutomationSpreadsheetItemPatternMBS
- class UIAutomationTableItemPatternMBS
- class UIAutomationTextRangeMBS
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
UIAutomationDropTargetPatternMBS - UIAutomationElementMBS