Compartilhar via


UIElement3DAutomationPeer.FromElement(UIElement3D) Método

Definição

Retorna o UIElement3DAutomationPeer para o UIElement3D especificado.

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

Parâmetros

element
UIElement3D

O UIElement3D associado a este UIElement3DAutomationPeer.

Retornos

O UIElement3DAutomationPeer ou null, se o UIElement3DAutomationPeer não tiver sido criado pelo método CreatePeerForElement(UIElement3D).

Comentários

UIElement3DAutomationPeeré introduzido no .NET Framework versão 3.5. Para saber mais, confira Versões e dependências.

Aplica-se a