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

적용 대상