Udostępnij za pośrednictwem


Metoda IUITechnologyManager.GetFocusedElement —

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Zwraca wskaźnik systemu windows dla elementu, który aktualnie ma fokus.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Extension
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Extension (w Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Składnia

'Deklaracja
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

Parametry

Wartość zwracana

Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Element, który ma fokus, lub nullodwołanie o wartości null (Nothing w języku Visual Basic) , jeśli element nie ma fokus.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IUITechnologyManager Interfejs

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension