UIElement3DAutomationPeer(UIElement3D) Constructor

Definition

Initializes a new instance of the UIElement3DAutomationPeer class.

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)

Parameters

owner
UIElement3D

The UIElement3D that is associated with this UIElement3DAutomationPeer.

Remarks

UIElement3DAutomationPeer is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Applies to