다음을 통해 공유


IUIAutomation::CreateAndCondition 메서드(uiautomationclient.h)

두 조건 모두와 일치하는 요소를 선택하는 조건을 만듭니다.

구문

HRESULT CreateAndCondition(
  [in]          IUIAutomationCondition *condition1,
  [in]          IUIAutomationCondition *condition2,
  [out, retval] IUIAutomationCondition **newCondition
);

매개 변수

[in] condition1

형식: IUIAutomationCondition*

일치시킬 첫 번째 조건에 대한 포인터입니다.

[in] condition2

형식: IUIAutomationCondition*

일치시킬 두 번째 조건에 대한 포인터입니다.

[out, retval] newCondition

형식: IUIAutomationCondition**

결합된 조건에 대한 포인터를 받습니다.

반환 값

형식: HRESULT

메서드가 성공하면 S_OK를 반환하고, 그러지 않으면 HRESULT 오류 코드를 반환합니다.

설명

IUIAutomation::CreateAndConditionFromArray 또는 IUIAutomation::CreateAndConditionFromNativeArray를 사용하여 두 개 이상의 간단한 조건을 결합하는 조건을 만들 수 있습니다.

CreateAndCondition 메서드는 condition1condition2 포인터에서 AddRef를 호출합니다. 즉, CreateAndCondition 호출이 반환된 후 CreateAndCondition에서 반환된 포인터를 무효화하지 않고 해당 두 포인터에서 Release를 호출할 수 있습니다. CreateAndCondition에서 반환된 포인터에서 Release를 호출하면 UI 자동화 condition1condition2 포인터에서 Release를 호출합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows 7, Windows Vista SP2 및 Windows Vista용 플랫폼 업데이트, WINDOWS XP SP3 및 Windows Vista용 플랫폼 업데이트 [데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server 2008 R2, Windows Server 2008 SP2 및 Windows Server 2008용 플랫폼 업데이트, Windows Server 2003 SP2 및 Windows Server 2008용 플랫폼 업데이트 [데스크톱 앱만 해당]
대상 플랫폼 Windows
헤더 uiautomationclient.h(UIAutomation.h 포함)

추가 정보

CreateAndConditionFromArray

Findall

FindAllBuildCache

FindFirst

FindFirstBuildCache

IUIAutomation

IUIAutomationCondition

참조