HtmlHyperlink Constructor (UITestControl)

Initializes a new instance of the HtmlHyperlink class.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Sub New ( _
    parent As UITestControl _
)
public HtmlHyperlink(
    UITestControl parent
)
public:
HtmlHyperlink(
    UITestControl^ parent
)
new : 
        parent:UITestControl -> HtmlHyperlink
public function HtmlHyperlink(
    parent : UITestControl
)

Parameters

.NET Framework Security

See Also

Reference

HtmlHyperlink Class

HtmlHyperlink Overload

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace

UITestControl