Share via


SelectionItemPattern_RemoveFromSelection Function

Note  This function is deprecated. Client applications should use the Microsoft UI Automation COM interfaces instead.

Removes an element from the selection in a selection container.

Syntax

HRESULT SelectionItemPattern_RemoveFromSelection(      
    HUIAPATTERNOBJECT hobj
);

Parameters

  • hobj
    [in] The control pattern object.

Return Value

Returns S_OK if successful or an error value otherwise.

Remarks

The function has no effect if an attempt is made to remove the last selected element in a control that requires at least one element to be selected.

Function Information

Stock Implementation uiautomationcore.dll
Custom Implementation No
Header uiautomationcoreapi.h
Import library uiautomationcore.lib
Minimum operating systems Windows XP