IUiaSelectionItemProvider Interface Members
In This Topic
The following tables list the members exposed by IUiaSelectionItemProvider.
Public Properties
| Name | Description |
 | IsSelected | Check whether an element is selected |
 | SelectionContainer | The logical element that supports the SelectionPattern for this Item |
Top
Public Methods
| Name | Description |
 | AddToSelection | Adds current element to selection |
 | RemoveFromSelection | Removes current element from selection |
 | Select | Sets the current element as the selection This clears the selection from other elements in the container |
Top
See Also