Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
System.Windows.Automation.Provider Namespace
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Provides interfaces for creating UI Automation providers.
Classes
| Class | Description | |
|---|---|---|
| Public class | IRawElementProviderSimple | Provides methods and properties that expose basic information about a UI element. |
Interfaces
| Interface | Description | |
|---|---|---|
| Public interface | IDockProvider | Exposes methods and properties to support access by a UI automation client to controls that expose their dock properties in a docking container. |
| Public interface | IExpandCollapseProvider | Exposes methods and properties to support access by a UI automation client to controls that visually expand to display content and that collapse to hide content. |
| Public interface | IGridItemProvider | Exposes methods and properties to support access by a UI automation client to individual child controls of containers that implement IGridProvider. |
| Public interface | IGridProvider | Exposes methods and properties to support access by a UI automation client to controls that act as containers for a collection of child elements. |
| Public interface | IInvokeProvider | Exposes a method to support UI automation access to controls that initiate or perform a single, unambiguous action and do not maintain state when activated. |
| Public interface | IMultipleViewProvider | Exposes methods and properties to support UI automation client access to controls that provide, and are able to switch between, multiple representations of the same set of information or child controls. |
| Public interface | IRangeValueProvider | Exposes methods and properties to support access by a UI automation client to controls that can be set to a value within a range. |
| Public interface | IScrollItemProvider | Exposes methods and properties to support access by UI automation client to individual child controls of containers that implement IScrollProvider. |
| Public interface | IScrollProvider | Exposes methods and properties to support access by a UI automation client to a control that acts as a scrollable container for a collection of child objects. The children of this control must implement IScrollItemProvider. |
| Public interface | ISelectionItemProvider | Exposes methods and properties to support access by a UI automation client to individual, selectable child controls of containers that implement ISelectionProvider. |
| Public interface | ISelectionProvider | Exposes methods and properties to support access by a UI Automation client to controls that act as containers for a collection of individual, selectable child items. The children of this control must implement ISelectionItemProvider. |
| Public interface | ITableItemProvider | Exposes methods and properties to support UI automation client access to child controls of containers that implement ITableProvider. |
| Public interface | ITableProvider | Exposes methods and properties to support access by a UI automation client to controls that act as containers for a collection of child elements. The children of this element must implement ITableItemProvider and be organized in a two-dimensional logical coordinate system that can be traversed (a UI automation client can move to adjacent controls, which are headers or cells of the table) by using the keyboard. |
| Public interface | ITextProvider | Exposes methods and properties to support UI Automation client access to controls that contain text. |
| Public interface | ITextRangeProvider | Exposes methods and properties to support UI automation client access to a span of continuous text in a text container that implements ITextProvider. |
| Public interface | IToggleProvider | Exposes methods and properties to support UI automation client access to controls that can cycle through a set of states and maintain a particular state. |
| Public interface | ITransformProvider | Exposes methods and properties to support access by a UI automation client to controls or elements that can be moved, resized, or rotated within a two-dimensional space. |
| Public interface | IValueProvider | Exposes methods and properties to support access by a UI automation client to controls that have an intrinsic value that does not span a range and that can be represented as a string. |
| Public interface | IWindowProvider | Exposes methods and properties to support access by a UI automation client to controls that provide fundamental window-based functionality within a traditional graphical user interface (GUI). |