ISelectionProvider Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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.
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. |
Show:

