Compartir a través de


UIElementAutomationPeer.FromElement(UIElement) Método

Definición

Obtiene el UIElementAutomationPeer para el UIElement especificado.

public:
 static System::Windows::Automation::Peers::AutomationPeer ^ FromElement(System::Windows::UIElement ^ element);
public static System.Windows.Automation.Peers.AutomationPeer FromElement (System.Windows.UIElement element);
static member FromElement : System.Windows.UIElement -> System.Windows.Automation.Peers.AutomationPeer
Public Shared Function FromElement (element As UIElement) As AutomationPeer

Parámetros

element
UIElement

UIElement asociado a este UIElementAutomationPeer.

Devoluciones

AutomationPeer

UIElementAutomationPeer o null si UIElementAutomationPeer no se creó con el método CreatePeerForElement(UIElement).

Se aplica a