Compartilhar via


UIElement3DAutomationPeer.CreatePeerForElement(UIElement3D) Método

Definição

Cria um UIElement3DAutomationPeer para o UIElement3D especificado.

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

Parâmetros

element
UIElement3D

O UIElement3D associado a este UIElement3DAutomationPeer.

Retornos

AutomationPeer

Um UIElement3DAutomationPeer para o UIElement3D especificado.

Comentários

Isso UIElement3DAutomationPeer permanece na memória até que o associado UIElement3D seja destruído.

A mesma instância do é retornada de UIElement3DAutomationPeer chamadas subsequentes para esse método e para chamadas para FromElement. O tipo do par é determinado pelo OnCreateAutomationPeer retorno de chamada virtual. Se UIElement3D não implementar o retorno de chamada, não UIElement3DAutomationPeer será criado e esse método retornará null.

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

Aplica-se a