IUIAutomationTextPattern2::RangeFromAnnotation 方法 (uiautomationclient.h)
擷取包含與指定之註釋項目相關聯之批註目標的文字範圍。
語法
HRESULT RangeFromAnnotation(
[in] IUIAutomationElement *annotation,
[out, retval] IUIAutomationTextRange **range
);
參數
[in] annotation
類型: IUIAutomationElement*
要擷取目標文字的註釋專案。 這個專案是專案的同層級,可實作檔的 IUIAutomationTextPattern2 。
[out, retval] range
類型: IUIAutomationTextRange**
接收包含批注目標文字的文字範圍。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2012 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | uiautomationclient.h (包含 UIAutomation.h) |