이번에는 자동화 요소 개체로 패턴을 검색하는 메서드를 살펴봅시다.public Object GetCachedPattern(AutomationPattern pattern);public Object GetCurrentPattern(AutomationPattern pattern);public AutomationPattern[] GetSupportedPatterns();public bool TryGetCachedPattern(AutomationPattern pattern, out Object pattern_obj);public bool TryGetCurrentPattern(AutomationPattern pattern, out Object pattern_obj); GetXXXPattern 메서드는 입력인자로 전달..