ISelectionItemProvider Interface
Silverlight
Exposes methods and properties to support access by a UI automation client to individual, selectable child controls of containers that implement ISelectionProvider.
Namespace: System.Windows.Automation.Provider
Assembly: System.Windows (in System.Windows.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 | Clears any existing selection and then selects the current element. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.


