UIElement3DAutomationPeer(UIElement3D) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe 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)
Paramètres
- owner
- UIElement3D
UIElement3D associé à ce UIElement3DAutomationPeer.
Remarques
UIElement3DAutomationPeerest introduit dans la .NET Framework version 3.5. Pour plus d’informations, consultez Versions et dépendances.