HtmlImage Constructor (UITestControl)

Initializes a new instance of the HtmlImage class by using the provided parent control.

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 HtmlImage(
    UITestControl parent
)
public:
HtmlImage(
    UITestControl^ parent
)
new : 
        parent:UITestControl -> HtmlImage
public function HtmlImage(
    parent : UITestControl
)

Parameters

.NET Framework Security

See Also

Reference

HtmlImage Class

HtmlImage Overload

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace

UITestControl