ISelectionItemProvider::Select method (uiautomationcore.h)
Deselects any selected items and then selects the current element.
Syntax
HRESULT Select();
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
If the current element isn’t selected, this method deselects any selected items and then selects the current element. If the current element is already selected, this method does nothing.
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) |