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입니다.

적용 대상