TextElementAutomationPeer(TextElement) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the TextElementAutomationPeer class.
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)
Parameters
- owner
- TextElement
The TextElement that is associated with this TextElementAutomationPeer.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.