AutomationElement.FromHandle(IntPtr) Methode

Definition

Ruft ein neues AutomationElement Objekt für das Benutzeroberflächenelement (UI) ab, auf das durch den angegebenen Fensterhandpunkt verwiesen wird.

public:
 static System::Windows::Automation::AutomationElement ^ FromHandle(IntPtr hwnd);
public static System.Windows.Automation.AutomationElement FromHandle (IntPtr hwnd);
static member FromHandle : nativeint -> System.Windows.Automation.AutomationElement
Public Shared Function FromHandle (hwnd As IntPtr) As AutomationElement

Parameter

hwnd
IntPtr

nativeint

Der Handle des UI-Elements.

Gibt zurück

AutomationElement

Ein AutomationElement für das hwndvon .

Gilt für

Siehe auch