public override AutomationElement GetItem(int row, int column)
        {
            var nativeItem = Com.Call(() => NativePattern.GetItem(row, column));

            return(AutomationElementConverter.NativeToManaged((UIA3Automation)FrameworkAutomationElement.Automation, nativeItem));
        }
Beispiel #2
0
        public AutomationElement GetItem(int row, int column)
        {
            var nativeItem = NativePattern.GetItem(row, column);

            return(ValueConverter.NativeToManaged((UIA2Automation)BasicAutomationElement.Automation, nativeItem));
        }