UIElement3DAutomationPeer.CreatePeerForElement(UIElement3D) 方法

定义

为指定的 UIElement3D 创建 UIElement3DAutomationPeer

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

参数

element
UIElement3D

与此 UIElement3DAutomationPeer 关联的 UIElement3D

返回

AutomationPeer

指定的 UIElement3DUIElement3DAutomationPeer

注解

UIElement3DAutomationPeer 保留在内存中,直到关联 UIElement3D 被销毁。

同一实例 UIElement3DAutomationPeer 从对此方法的后续调用和调用 FromElement返回。 对等方的类型由 OnCreateAutomationPeer 虚拟回调确定。 如果未 UIElement3D 实现回调,则不 UIElement3DAutomationPeer 创建,此方法返回 null

UIElement3DAutomationPeer在 .NET Framework 版本 3.5 中引入。 有关详细信息,请参见版本和依赖关系

适用于