Share via


HtmlTable Constructors

Definition

Overloads

HtmlTable()

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

Applies to

HtmlTable(UITestControl)

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

Parameters

parent
UITestControl

Applies to