HtmlHeaderCell Constructor (UITestControl)

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

Parameters

.NET Framework Security

See Also

Reference

HtmlHeaderCell Class

HtmlHeaderCell Overload

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace

UITestControl