UIElementAutomationPeer.FromElement(UIElement) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera wartość UIElementAutomationPeer dla określonego UIElementelementu .
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
Parametry
- element
- UIElement
Element UIElement skojarzony z tym UIElementAutomationPeerelementem .
Zwraca
Element UIElementAutomationPeer; lub null
, jeśli UIElementAutomationPeer element nie został utworzony przez metodę CreatePeerForElement(UIElement) .