Share via


IUIAutomationSelectionPattern Interface

Exposes methods and properties of a UI Automation element that contains selectable items. The children of this element support IUIAutomationSelectionItemPattern.

IUIAutomationSelectionPattern Members

CachedCanSelectMultiple Retrieves a cached value that specifies whether more than one item in the container can be selected at one time.
CachedIsSelectionRequired Retrieves a cached value that specifies whether at least one item must be selected at all times.
CurrentCanSelectMultiple Retrieves a value that specifies whether more than one item in the container can be selected at one time.
CurrentIsSelectionRequired Retrieves a value that specifies whether at least one item must be selected at all times.
GetCachedSelection Retrieves the cached selected elements in the container.
GetCurrentSelection Retrieves the selected elements in the container.

Interface Information

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