SelectionPatternIdentifiers class
Contains values used as identifiers by ISelectionProvider.
Inheritance
- Object
- SelectionPatternIdentifiers
Syntax
Attributes
- MarshalingBehaviorAttribute(Agile)
- StaticAttribute(Windows.UI.Xaml.Automation.ISelectionPatternIdentifiersStatics, NTDDI_WIN8)
- ThreadingAttribute(Both)
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The SelectionPatternIdentifiers class has these types of members:
Methods
The SelectionPatternIdentifiers class inherits methods from the Object class.
Properties
The SelectionPatternIdentifiers class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only | Identifies the CanSelectMultiple automation property. | |
| Read-only | Identifies the IsSelectionRequired automation property. | |
| Read-only | Identifies the property that gets the selected items in a container. |
Remarks
Classes such as SelectionPatternIdentifiers are the identifiers for the Windows Runtime implementation of a common provider pattern for Microsoft UI Automation. You might use these identifiers if you are implementing a Windows Runtime custom automation peer that reports support for ISelectionProvider in its GetPattern implementation. These identifiers are needed for the RaisePropertyChangedEvent calls that you make from control code that references your own peer, or for FindItemByProperty in an items container peer.
This same pattern is usually exposed to clients in a different way, depending on which technology they use to implement the client and examine the UI Automation tree. ISelectionProvider is also presented as a Component Object Model (COM) interface.
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
