ISelectionItemProvider Interface
.NET Framework 4.5
Exposes methods and properties to support UI Automation client access to individual, selectable child controls of containers that implement ISelectionProvider.
Namespace: System.Windows.Automation.Provider
Assembly: UIAutomationProvider (in UIAutomationProvider.dll)
The ISelectionItemProvider type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IsSelected | Gets a value that indicates whether an item is selected. |
![]() | SelectionContainer | Gets the UI Automation provider that implements ISelectionProvider and acts as the container for the calling object. |
| Name | Description | |
|---|---|---|
![]() | AddToSelection | Adds the current element to the collection of selected items. |
![]() | RemoveFromSelection | Removes the current element from the collection of selected items. |
![]() | Select | Deselects any selected items and then selects the current element. |
Implemented on a UI Automation provider that must support the SelectionItemPattern control pattern.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
