Share via


FrameworkElementAutomationPeer(FrameworkElement) 생성자

정의

FrameworkElementAutomationPeer 클래스의 새 instance 초기화합니다.

public:
 FrameworkElementAutomationPeer(FrameworkElement ^ owner);
 FrameworkElementAutomationPeer(FrameworkElement const& owner);
public FrameworkElementAutomationPeer(FrameworkElement owner);
function FrameworkElementAutomationPeer(owner)
Public Sub New (owner As FrameworkElement)

매개 변수

owner
FrameworkElement

만들 소유자 요소입니다.

적용 대상