TextAutomationPeer(FrameworkElement) Konstruktor

Definition

Initialisiert eine neue Instanz der TextAutomationPeer-Klasse.

protected:
 TextAutomationPeer(System::Windows::FrameworkElement ^ owner);
protected TextAutomationPeer (System.Windows.FrameworkElement owner);
new System.Windows.Automation.Peers.TextAutomationPeer : System.Windows.FrameworkElement -> System.Windows.Automation.Peers.TextAutomationPeer
Protected Sub New (owner As FrameworkElement)

Parameter

owner
FrameworkElement

Das TextPattern, das diesem TextAutomationPeer zugeordnet ist.

Gilt für

Siehe auch