UIElement3DAutomationPeer.FromElement(UIElement3D) Metodo

Definizione

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

AutomationPeer

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.

Si applica a