Freigeben über


TextElementAutomationPeer(TextElement) Konstruktor

Definition

Initialisiert eine neue Instanz der TextElementAutomationPeer-Klasse.

public:
 TextElementAutomationPeer(System::Windows::Documents::TextElement ^ owner);
public TextElementAutomationPeer (System.Windows.Documents.TextElement owner);
new System.Windows.Automation.Peers.TextElementAutomationPeer : System.Windows.Documents.TextElement -> System.Windows.Automation.Peers.TextElementAutomationPeer
Public Sub New (owner As TextElement)

Parameter

owner
TextElement

Die TextElement, die diesem TextElementAutomationPeer zugeordnet ist.

Gilt für:

Weitere Informationen