GenericRootAutomationPeer(UIElement) 构造函数

定义

初始化 GenericRootAutomationPeer 类的新实例。

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

参数

owner
UIElement

与此 GenericRootAutomationPeer 关联的 UIElement

适用于