共用方式為


WindowAutomationPeer(Window) 建構函式

定義

初始化 WindowAutomationPeer 類別的新執行個體。

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

參數

owner
Window

與這個 WindowAutomationPeer 關聯的 Window

適用於