IUIAutomationWindowPattern 인터페이스(uiautomationclient.h)

창의 기본 기능에 대한 액세스를 제공합니다.

상속

IUIAutomationWindowPattern 인터페이스는 IUnknown 인터페이스에서 상속됩니다. IUIAutomationWindowPattern 에는 다음과 같은 유형의 멤버도 있습니다.

메서드

IUIAutomationWindowPattern 인터페이스에는 이러한 메서드가 있습니다.

 
IUIAutomationWindowPattern::Close

창을 닫습니다.
IUIAutomationWindowPattern::get_CachedCanMaximize

창을 최대화할 수 있는지 여부를 나타내는 캐시된 값을 검색합니다.
IUIAutomationWindowPattern::get_CachedCanMinimize

창을 최소화할 수 있는지 여부를 나타내는 캐시된 값을 검색합니다.
IUIAutomationWindowPattern::get_CachedIsModal

창이 모달인지 여부를 나타내는 캐시된 값을 검색합니다.
IUIAutomationWindowPattern::get_CachedIsTopmost

창이 z 순서의 최상위 요소인지 여부를 나타내는 캐시된 값을 검색합니다.
IUIAutomationWindowPattern::get_CachedWindowInteractionState

사용자 상호 작용을 위해 창의 현재 상태를 나타내는 캐시된 값을 검색합니다.
IUIAutomationWindowPattern::get_CachedWindowVisualState

창의 시각적 상태를 나타내는 캐시된 값을 검색합니다. 즉, 정상 상태, 최대화됨 또는 최소화된 상태인지 여부입니다.
IUIAutomationWindowPattern::get_CurrentCanMaximize

창을 최대화할 수 있는지 여부를 나타냅니다. (IUIAutomationWindowPattern.get_CurrentCanMaximize)
IUIAutomationWindowPattern::get_CurrentCanMinimize

창을 최소화할 수 있는지 여부를 나타냅니다. (IUIAutomationWindowPattern.get_CurrentCanMinimize)
IUIAutomationWindowPattern::get_CurrentIsModal

창이 모달인지 여부를 나타냅니다. (IUIAutomationWindowPattern.get_CurrentIsModal)
IUIAutomationWindowPattern::get_CurrentIsTopmost

창이 z 순서의 최상위 요소인지 여부를 나타냅니다. (IUIAutomationWindowPattern.get_CurrentIsTopmost)
IUIAutomationWindowPattern::get_CurrentWindowInteractionState

사용자 상호 작용을 위해 창의 현재 상태를 검색합니다.
IUIAutomationWindowPattern::get_CurrentWindowVisualState

창의 시각적 상태를 검색합니다. 즉, 정상 상태, 최대화됨 또는 최소화된 상태인지 여부입니다.
IUIAutomationWindowPattern::SetWindowVisualState

창을 최소화, 최대화 또는 복원합니다.
IUIAutomationWindowPattern::WaitForInputIdle

지정된 시간 동안 또는 연결된 프로세스가 유휴 상태가 될 때까지 중 먼저 완료되는 시간 동안 코드 호출을 차단합니다. (IUIAutomationWindowPattern.WaitForInputIdle)

설명

이 컨트롤 패턴을 지원하는 컨트롤의 예로는 최상위 애플리케이션 창, MDI(다중 문서 인터페이스) 자식 창 및 모달 대화 상자가 있습니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 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 포함)

추가 정보

클라이언트에 대한 컨트롤 패턴 인터페이스