ISelectionItemProvider Interface

Exposes methods and properties to support UI Automation client access to individual, selectable child controls of containers that implement ISelectionProvider.

ISelectionItemProvider Members

AddToSelection Adds the current element to the collection of selected items.
IsSelected Gets a value that indicates whether an item is selected.
RemoveFromSelection Removes the current element from the collection of selected items.
Select Deselects any selected items and then selects the current element.
SelectionContainer Gets the UI Automation provider that implements ISelectionProvider and acts as the container for the calling object.

Remarks

Implemented on a UI Automation provider that must support the SelectionItemPattern control pattern.

Interface Information

Inherits from IUnknown
Header and IDL files uiautomation.h, uiautomationcore.idl
Minimum operating systems Windows XP

See Also

UI Automation Providers Overview