Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SelectionItemPatternIdentifiers Class
Definition
- Namespace:
- System.Windows.Automation
- Assembly:
- UIAutomationTypes.dll
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
| 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. |
Applies to
See also
Feedback
Was this page helpful?
