Udostępnij za pośrednictwem


Metoda UITechnologyManager.GetFocusedElement —

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
Public MustOverride Function GetFocusedElement ( _
    handle As IntPtr _
) As IUITechnologyElement
public abstract IUITechnologyElement GetFocusedElement(
    IntPtr handle
)
public:
virtual IUITechnologyElement^ GetFocusedElement(
    IntPtr handle
) abstract
abstract GetFocusedElement : 
        handle:IntPtr -> IUITechnologyElement 
public abstract 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.

Implementuje

IUITechnologyManager.GetFocusedElement(IntPtr)

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

UITechnologyManager Klasa

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