UIElementAutomationPeer.CreatePeerForElement(UIElement) 方法

定义

为指定的 UIElement 创建 UIElementAutomationPeer

public:
 static System::Windows::Automation::Peers::AutomationPeer ^ CreatePeerForElement(System::Windows::UIElement ^ element);
public static System.Windows.Automation.Peers.AutomationPeer CreatePeerForElement (System.Windows.UIElement element);
static member CreatePeerForElement : System.Windows.UIElement -> System.Windows.Automation.Peers.AutomationPeer
Public Shared Function CreatePeerForElement (element As UIElement) As AutomationPeer

参数

element
UIElement

与此 UIElementAutomationPeer 关联的 UIElement

返回

指定的 UIElementAutomationPeer 的已创建 UIElement

注解

这会 UIElementAutomationPeer 保留在内存中,直到销毁关联的 UIElement

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

适用于