UIElementAutomationPeer.FromElement(UIElement) Метод

Определение

Возвращает объект UIElementAutomationPeer для заданного объекта UIElement.

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

Параметры

element
UIElement

Объект UIElement, связанный с этим UIElementAutomationPeer.

Возвращаемое значение

AutomationPeer

Объект UIElementAutomationPeer или значение null, если объект UIElementAutomationPeer не создан с использованием метода CreatePeerForElement(UIElement).

Применяется к