UIElementAutomationPeer(UIElement) 构造函数

定义

初始化 UIElementAutomationPeer 类的新实例。

public:
 UIElementAutomationPeer(System::Windows::UIElement ^ owner);
public UIElementAutomationPeer (System.Windows.UIElement owner);
new System.Windows.Automation.Peers.UIElementAutomationPeer : System.Windows.UIElement -> System.Windows.Automation.Peers.UIElementAutomationPeer
Public Sub New (owner As UIElement)

参数

owner
UIElement

与此 UIElementAutomationPeer 关联的 UIElement

适用于