UIElement3DAutomationPeer(UIElement3D) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.