HyperlinkAutomationPeer(Hyperlink) Constructor

Definition

Initializes a new instance of the HyperlinkAutomationPeer class.

public:
 HyperlinkAutomationPeer(System::Windows::Documents::Hyperlink ^ owner);
public HyperlinkAutomationPeer (System.Windows.Documents.Hyperlink owner);
new System.Windows.Automation.Peers.HyperlinkAutomationPeer : System.Windows.Documents.Hyperlink -> System.Windows.Automation.Peers.HyperlinkAutomationPeer
Public Sub New (owner As Hyperlink)

Parameters

owner
Hyperlink

The Hyperlink that is associated with this HyperlinkAutomationPeer.

Applies to