TextElementAutomationPeer(TextElement) Costruttore

Definizione

Inizializza una nuova istanza della classe TextElementAutomationPeer.

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)

Parametri

owner
TextElement

Oggetto TextElement associato all'oggetto TextElementAutomationPeer.

Si applica a

Vedi anche