UIElementAutomationPeer.FromElement(UIElement) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene UIElementAutomationPeer per l'elemento UIElement specificato.
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
Parametri
- element
- UIElement
Oggetto UIElement associato all'oggetto UIElementAutomationPeer.
Restituisce
UIElementAutomationPeer oppure null
se UIElementAutomationPeer non è stato creato dal metodo CreatePeerForElement(UIElement).