TextBlockAutomationPeer(TextBlock) Konstruktor

Definition

Initialisiert eine neue Instanz der TextBlockAutomationPeer-Klasse.

public:
 TextBlockAutomationPeer(System::Windows::Controls::TextBlock ^ owner);
public TextBlockAutomationPeer (System.Windows.Controls.TextBlock owner);
new System.Windows.Automation.Peers.TextBlockAutomationPeer : System.Windows.Controls.TextBlock -> System.Windows.Automation.Peers.TextBlockAutomationPeer
Public Sub New (owner As TextBlock)

Parameter

owner
TextBlock

Das TextBlock, das diesem TextBlockAutomationPeer zugeordnet ist.

Gilt für

Siehe auch