System.Windows.Automation.TreeWalker.TreeIterator.GetFirstChild C# (CSharp) Method

GetFirstChild() public method

public GetFirstChild ( AutomationElement element ) : AutomationElement
element AutomationElement
return AutomationElement
			public AutomationElement GetFirstChild (AutomationElement element)
			{
				return GetFirstChild (element, null);
			}

Same methods

TreeWalker.TreeIterator::GetFirstChild ( AutomationElement element, AutomationElement afterThisChild ) : AutomationElement