Compartir a través de


AutomationElement.FromHandle(IntPtr) Método

Definición

Recupera un nuevo AutomationElement objeto para el elemento de interfaz de usuario (UI) al que hace referencia el identificador de ventana especificado.

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

Parámetros

hwnd
IntPtr

nativeint

Identificador del elemento de interfaz de usuario.

Devoluciones

AutomationElement

para AutomationElement el elemento de interfaz de usuario identificado por hwnd.

Se aplica a

Consulte también