Share via


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

적용 대상