TreeWalker.GetLastChild Method (AutomationElement)
.NET Framework 4
Retrieves the last child element of the specified AutomationElement.
Assembly: UIAutomationClient (in UIAutomationClient.dll)
Parameters
- element
- Type: System.Windows.Automation.AutomationElement
The element from which to retrieve the last child.
Return Value
Type: System.Windows.Automation.AutomationElementThe AutomationElement that is the last child element, or a null reference (Nothing in Microsoft Visual Basic .NET) if there is no such element.
An AutomationElement can have additional child elements that do not match the current view condition and thus are not returned when navigating the element tree.
The structure of the AutomationElement tree changes as the visible user interface (UI) elements on the desktop change. It is not guaranteed that an element returned as the last child element will be returned as the last child on subsequent passes.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.