共用方式為


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

適用於