共用方式為


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

適用於