FrameworkElementAutomationPeer(FrameworkElement) 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 FrameworkElementAutomationPeer.
public:
FrameworkElementAutomationPeer(System::Windows::FrameworkElement ^ owner);
public FrameworkElementAutomationPeer (System.Windows.FrameworkElement owner);
new System.Windows.Automation.Peers.FrameworkElementAutomationPeer : System.Windows.FrameworkElement -> System.Windows.Automation.Peers.FrameworkElementAutomationPeer
Public Sub New (owner As FrameworkElement)
Paramètres
- owner
- FrameworkElement
FrameworkElement associé à ce FrameworkElementAutomationPeer.