ISelectionProvider Interface
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.
Namespace: System.Windows.Automation.Provider
Assembly: System.Windows (in System.Windows.dll)
The ISelectionProvider type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | CanSelectMultiple | Gets a value that indicates whether the UI automation provider allows more than one child element to be selected concurrently. |
![]() ![]() | IsSelectionRequired | Gets a value that indicates whether the UI automation provider requires at least one child element to be selected. |
| Name | Description | |
|---|---|---|
![]() ![]() | GetSelection | Retrieves a UI automation provider for each child element that is selected. |
This interface is implemented on a UI automation provider that must support the Selection control pattern.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.


