UIElement3DAutomationPeer(UIElement3D) 생성자

정의

UIElement3DAutomationPeer 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

owner
UIElement3D

UIElement3DAutomationPeer와 연결된 UIElement3D입니다.

설명

UIElement3DAutomationPeer .NET Framework 버전 3.5에서에서 도입 되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.

적용 대상