IUIAutomationLegacyIAccessiblePattern::GetCurrentSelection 方法 (uiautomationclient.h)
擷取可識別這個專案所選取子系的 Microsoft Active Accessibility 屬性。
語法
HRESULT GetCurrentSelection(
[out, retval] IUIAutomationElementArray **pvarSelectedChildren
);
參數
[out, retval] pvarSelectedChildren
類型: IUIAutomationElementArray**
接收所選取子專案集合的指標。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 7 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | uiautomationclient.h (包含 UIAutomation.h) |