IUITechnologyManager.GetFocusedElement Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Returns the windows pointer for the element that currently has the focus.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Function GetFocusedElement ( _
    handle As IntPtr _
) As IUITechnologyElement
IUITechnologyElement GetFocusedElement(
    IntPtr handle
)
IUITechnologyElement^ GetFocusedElement(
    IntPtr handle
)
abstract GetFocusedElement : 
        handle:IntPtr -> IUITechnologyElement
function GetFocusedElement(
    handle : IntPtr
) : IUITechnologyElement

Parameters

  • handle
    Type: IntPtr

    The IntPtr for the window that has the focus.

Return Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
The element that has the focus, or nulla null reference (Nothing in Visual Basic) if no element has the focus.

.NET Framework Security

See Also

Reference

IUITechnologyManager Interface

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace