UIElement3DAutomationPeer.CreatePeerForElement(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.
Crea un oggetto UIElement3DAutomationPeer per l'oggetto UIElement3D specificato.
public:
static System::Windows::Automation::Peers::AutomationPeer ^ CreatePeerForElement(System::Windows::UIElement3D ^ element);
public static System.Windows.Automation.Peers.AutomationPeer CreatePeerForElement (System.Windows.UIElement3D element);
static member CreatePeerForElement : System.Windows.UIElement3D -> System.Windows.Automation.Peers.AutomationPeer
Public Shared Function CreatePeerForElement (element As UIElement3D) As AutomationPeer
Parametri
- element
- UIElement3D
Oggetto UIElement3D associato all'oggetto UIElement3DAutomationPeer.
Restituisce
Oggetto UIElement3DAutomationPeer per l'oggetto UIElement3D specificato.
Commenti
Questo UIElement3DAutomationPeer rimane in memoria fino a quando l'oggetto associato UIElement3D non viene eliminato definitivamente.
La stessa istanza di UIElement3DAutomationPeer viene restituita dalle chiamate successive a questo metodo e alle chiamate a FromElement. Il tipo del peer è determinato dal OnCreateAutomationPeer callback virtuale. Se UIElement3D non implementa il callback, non viene creato alcun UIElement3DAutomationPeer oggetto e questo metodo restituisce null
.
UIElement3DAutomationPeerè stato introdotto nella .NET Framework versione 3.5. Per altre informazioni, vedere Versioni e dipendenze.