UIElement3DAutomationPeer.FromElement(UIElement3D) 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.
Restituisce l'oggetto UIElement3DAutomationPeer per l'oggetto UIElement3D specificato.
public:
static System::Windows::Automation::Peers::AutomationPeer ^ FromElement(System::Windows::UIElement3D ^ element);
public static System.Windows.Automation.Peers.AutomationPeer FromElement (System.Windows.UIElement3D element);
static member FromElement : System.Windows.UIElement3D -> System.Windows.Automation.Peers.AutomationPeer
Public Shared Function FromElement (element As UIElement3D) As AutomationPeer
Parametri
- element
- UIElement3D
Oggetto UIElement3D associato all'oggetto UIElement3DAutomationPeer.
Restituisce
Oggetto UIElement3DAutomationPeer o null
se l'oggetto UIElement3DAutomationPeer non è stato creato dal metodo CreatePeerForElement(UIElement3D).
Commenti
UIElement3DAutomationPeerè stato introdotto nella .NET Framework versione 3.5. Per altre informazioni, vedere Versioni e dipendenze.