ContentTextAutomationPeer(FrameworkContentElement) Constructor

Definition

Provides initialization for base class values when called by the constructor of a derived class.

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

Parameters

owner
FrameworkContentElement

The TextPattern that is associated with this ContentTextAutomationPeer.

Applies to