Share via


HtmlList Constructor (UITestControl)

Initializes a new instance of the HtmlList 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 HtmlList(
    UITestControl parent
)
public:
HtmlList(
    UITestControl^ parent
)
new : 
        parent:UITestControl -> HtmlList
public function HtmlList(
    parent : UITestControl
)

Parameters

.NET Framework Security

See Also

Reference

HtmlList Class

HtmlList Overload

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace

UITestControl