다음을 통해 공유


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 포함)

추가 정보

IUIAutomationTextPattern2

텍스트 콘텐츠에 대한 UI 자동화 지원

텍스트 기반 컨트롤 작업