Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 3.43 KB

nf-uiautomationclient-iuiautomationselectionpattern-getcurrentselection.md

File metadata and controls

71 lines (58 loc) · 3.43 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:uiautomationclient.IUIAutomationSelectionPattern.GetCurrentSelection
IUIAutomationSelectionPattern::GetCurrentSelection (uiautomationclient.h)
Retrieves the selected elements in the container.
GetCurrentSelection
GetCurrentSelection method [Windows Accessibility]
GetCurrentSelection method [Windows Accessibility]
IUIAutomationSelectionPattern interface
IUIAutomationSelectionPattern interface [Windows Accessibility]
GetCurrentSelection method
IUIAutomationSelectionPattern.GetCurrentSelection
IUIAutomationSelectionPattern::GetCurrentSelection
uiauto.uiauto_IUIAutomationSelectionPattern_GetCurrentSelection
uiauto_IUIAutomationSelectionPattern_GetCurrentSelection
uiautomationclient/IUIAutomationSelectionPattern::GetCurrentSelection
winauto.uiauto_IUIAutomationSelectionPattern_GetCurrentSelection
winauto\uiauto_IUIAutomationSelectionPattern_GetCurrentSelection.htm
WinAuto
58540e08-4415-47d1-8957-1d1c8b6d7100
12/05/2018
GetCurrentSelection, GetCurrentSelection method [Windows Accessibility], GetCurrentSelection method [Windows Accessibility],IUIAutomationSelectionPattern interface, IUIAutomationSelectionPattern interface [Windows Accessibility],GetCurrentSelection method, IUIAutomationSelectionPattern.GetCurrentSelection, IUIAutomationSelectionPattern::GetCurrentSelection, uiauto.uiauto_IUIAutomationSelectionPattern_GetCurrentSelection, uiauto_IUIAutomationSelectionPattern_GetCurrentSelection, uiautomationclient/IUIAutomationSelectionPattern::GetCurrentSelection, winauto.uiauto_IUIAutomationSelectionPattern_GetCurrentSelection
uiautomationclient.h
UIAutomation.h
Windows
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista, Windows XP with SP3 and Platform Update for Windows Vista [desktop apps only]
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008, Windows Server 2003 with SP2 and Platform Update for Windows Server 2008 [desktop apps only]
UIAutomationClient.idl
Windows
19H1
IUIAutomationSelectionPattern::GetCurrentSelection
uiautomationclient/IUIAutomationSelectionPattern::GetCurrentSelection
c++
APIRef
kbSyntax
COM
UIAutomationClient.h
IUIAutomationSelectionPattern.GetCurrentSelection

IUIAutomationSelectionPattern::GetCurrentSelection

-description

Retrieves the selected elements in the container.

-parameters

-param retVal [out, retval]

Type: IUIAutomationElementArray**

Receives a pointer to the collection of selected elements. The default is an empty array.

-returns

Type: HRESULT

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

-see-also

IUIAutomationSelectionPattern