UIElement3DAutomationPeer.FromElement(UIElement3D) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne le UIElement3DAutomationPeer pour le UIElement3D spécifié.
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
Paramètres
- element
- UIElement3D
UIElement3D associé à ce UIElement3DAutomationPeer.
Retours
UIElement3DAutomationPeer ou null
si UIElement3DAutomationPeer n'a pas été créé par la méthode CreatePeerForElement(UIElement3D).
Remarques
UIElement3DAutomationPeerest introduit dans la .NET Framework version 3.5. Pour plus d’informations, consultez Versions et dépendances.