Condividi tramite


TextBlockAutomationPeer(TextBlock) Costruttore

Definizione

Inizializza una nuova istanza della classe TextBlockAutomationPeer.

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)

Parametri

owner
TextBlock

Oggetto TextBlock associato all'oggetto TextBlockAutomationPeer.

Si applica a

Vedi anche