IUIAutomationLegacyIAccessiblePattern 인터페이스(uiautomationclient.h)
Microsoft UI 자동화 클라이언트가 MSAA(Microsoft Active Accessibility) 서버에서 UI 정보를 검색할 수 있도록 하는 메서드 및 속성을 노출합니다.
상속
IUIAutomationLegacyIAccessiblePattern 인터페이스는IUnknown 인터페이스에서 상속됩니다. IUIAutomationLegacyIAccessiblePattern 에는 다음과 같은 유형의 멤버도 있습니다.
메서드
IUIAutomationLegacyIAccessiblePattern 인터페이스에는 이러한 메서드가 있습니다.
IUIAutomationLegacyIAccessiblePattern::D oDefaultAction 요소에 대한 Microsoft Active Accessibility 기본 작업을 수행합니다. (IUIAutomationLegacyIAccessiblePattern.DoDefaultAction) |
IUIAutomationLegacyIAccessiblePattern::get_CachedChildId 요소에 대해 캐시된 Microsoft Active Accessibility 자식 식별자를 검색합니다. |
IUIAutomationLegacyIAccessiblePattern::get_CachedDefaultAction 요소에 대한 Microsoft Active Accessibility 캐시 기본 작업을 검색합니다. |
IUIAutomationLegacyIAccessiblePattern::get_CachedDescription 요소의 캐시된 Microsoft Active Accessibility 설명을 검색합니다. |
IUIAutomationLegacyIAccessiblePattern::get_CachedHelp 요소에 대해 캐시된 Microsoft Active Accessibility 도움말 문자열을 검색합니다. |
IUIAutomationLegacyIAccessiblePattern::get_CachedKeyboardShortcut 요소에 대해 캐시된 Microsoft Active Accessibility 바로 가기 키 속성을 검색합니다. |
IUIAutomationLegacyIAccessiblePattern::get_CachedName 요소의 캐시된 Microsoft Active Accessibility name 속성을 검색합니다. |
IUIAutomationLegacyIAccessiblePattern::get_CachedRole 요소의 캐시된 Microsoft Active Accessibility 역할을 검색합니다. |
IUIAutomationLegacyIAccessiblePattern::get_CachedState 요소에 대해 캐시된 Microsoft Active Accessibility 상태 식별자를 검색합니다. |
IUIAutomationLegacyIAccessiblePattern::get_CachedValue 캐시된 Microsoft Active Accessibility 값 속성을 검색합니다. |
IUIAutomationLegacyIAccessiblePattern::get_CurrentChildId 요소에 대한 Microsoft Active Accessibility 자식 식별자를 검색합니다. |
IUIAutomationLegacyIAccessiblePattern::get_CurrentDefaultAction 요소에 대한 Microsoft Active Accessibility 현재 기본 작업을 검색합니다. |
IUIAutomationLegacyIAccessiblePattern::get_CurrentDescription 요소의 Microsoft Active Accessibility 설명을 검색합니다. |
IUIAutomationLegacyIAccessiblePattern::get_CurrentHelp 요소에 대한 Microsoft Active Accessibility 도움말 문자열을 검색합니다. |
IUIAutomationLegacyIAccessiblePattern::get_CurrentKeyboardShortcut 요소에 대한 Microsoft Active Accessibility 바로 가기 키 속성을 검색합니다. |
IUIAutomationLegacyIAccessiblePattern::get_CurrentName 요소의 Microsoft 활성 접근성 이름 속성을 검색합니다. |
IUIAutomationLegacyIAccessiblePattern::get_CurrentRole 요소의 Microsoft Active Accessibility 역할 식별자를 검색합니다. |
IUIAutomationLegacyIAccessiblePattern::get_CurrentState 요소에 대한 Microsoft Active Accessibility 상태 식별자를 검색합니다. |
IUIAutomationLegacyIAccessiblePattern::get_CurrentValue Microsoft Active Accessibility 값 속성을 검색합니다. |
IUIAutomationLegacyIAccessiblePattern::GetCachedSelection 이 요소의 선택한 자식을 식별하는 캐시된 Microsoft Active Accessibility 속성을 검색합니다. |
IUIAutomationLegacyIAccessiblePattern::GetCurrentSelection 이 요소의 선택한 자식을 식별하는 Microsoft Active Accessibility 속성을 검색합니다. |
IUIAutomationLegacyIAccessiblePattern::GetIAccessible Microsoft UI 자동화 요소에 해당하는 IAccessible 개체를 검색합니다. |
IUIAutomationLegacyIAccessiblePattern::Select Microsoft 활성 접근성 선택을 수행합니다. (IUIAutomationLegacyIAccessiblePattern.Select) |
IUIAutomationLegacyIAccessiblePattern::SetValue 요소에 대한 Microsoft Active Accessibility 값 속성을 설정합니다. |
설명
이 인터페이스는 다른 컨트롤 패턴과 마찬가지로 가져옵니다. 이를 통해 UI 자동화 클라이언트가 캐싱 시스템을 활용하여 MSAA 속성을 보다 효율적으로 수집할 수 있으며, UI 자동화 클라이언트가 IAccessible 인터페이스를 지원하는 네이티브 Microsoft Active Accessibility 서버와 상호 작용할 수 있습니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | 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 포함) |