SelectionItemPatternIdentifiers Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains values used as identifiers by ISelectionItemProvider.
public ref class SelectionItemPatternIdentifiers abstract sealed
public static class SelectionItemPatternIdentifiers
type SelectionItemPatternIdentifiers = class
Public Class SelectionItemPatternIdentifiers
- Inheritance
-
SelectionItemPatternIdentifiers
Remarks
These identifiers are used by UI Automation providers. UI Automation client applications should use the equivalent fields in SelectionItemPattern.
Fields
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. |