ISelectionItemProvider::RemoveFromSelection method (uiautomationcore.h)

Removes the current element from the collection of selected items.

Syntax

HRESULT RemoveFromSelection();

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

Send an UIA_SelectionItem_ElementRemovedFromSelectionEventId event as appropriate.

Note  This rule does not depend on whether the container allows single or multiple selection, or on what method was used to change the selection. Only the result matters.
 

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps | UWP apps]
Minimum supported server Windows Server 2003 [desktop apps | UWP apps]
Target Platform Windows
Header uiautomationcore.h (include UIAutomation.h)

See also

ISelectionItemProvider

UI Automation Providers Overview