HtmlHeaderCell Constructors

Definition

Overloads

HtmlHeaderCell()
HtmlHeaderCell(UITestControl)

HtmlHeaderCell()

public:
 HtmlHeaderCell();
public HtmlHeaderCell ();
Public Sub New ()

Applies to

HtmlHeaderCell(UITestControl)

public:
 HtmlHeaderCell(Microsoft::VisualStudio::TestTools::UITesting::UITestControl ^ parent);
public HtmlHeaderCell (Microsoft.VisualStudio.TestTools.UITesting.UITestControl parent);
new Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlHeaderCell : Microsoft.VisualStudio.TestTools.UITesting.UITestControl -> Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlHeaderCell
Public Sub New (parent As UITestControl)

Parameters

parent
UITestControl

Applies to