PropertyConditionFlags 열거형(uiautomationclient.h)
속성 조건을 만드는 데 사용되는 값을 포함합니다.
Syntax
typedef enum PropertyConditionFlags {
PropertyConditionFlags_None = 0,
PropertyConditionFlags_IgnoreCase = 0x1,
PropertyConditionFlags_MatchSubstring = 0x2
} ;
상수
PropertyConditionFlags_None 값: 0 플래그가 없습니다. |
PropertyConditionFlags_IgnoreCase 값: 0x1 문자열 속성 비교는 대/소문자를 구분하지 않습니다. |
PropertyConditionFlags_MatchSubstring 값: 0x2 [Windows 10 2018년 10월 업데이트(버전 1809) 이상] 부분 문자열 속성 비교를 사용할 수 있습니다. |
요구 사항
지원되는 최소 클라이언트 | Windows XP [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2003 [데스크톱 앱만 해당] |
머리글 | uiautomationclient.h(UIAutomation.h, Uiautomationcoreapi.h 포함) |