SelectionItemPatternIdentifiers Class
Contains values used as identifiers by ISelectionItemProvider.
Assembly: UIAutomationTypes (in UIAutomationTypes.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ElementAddedToSelectionEvent | Identifies the event raised when an item is added to a collection of selected items. |
![]() ![]() | ElementRemovedFromSelectionEvent | Identifies the event raised when an item is removed from a collection of selected items. |
![]() ![]() | ElementSelectedEvent | Identifies the event that is raised when a single item is selected (causing all previously selected items to become deselected). |
![]() ![]() | IsSelectedProperty | Identifies the IsSelected property. |
![]() ![]() | Pattern | Identifies the SelectionItemPattern pattern. |
![]() ![]() | SelectionContainerProperty | Identifies the SelectionContainer property. |
These identifiers are used by UI Automation providers. UI Automation client applications should use the equivalent fields in SelectionItemPattern.
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

