Freigeben über


HtmlTable-Konstruktor (UITestControl)

Initialisiert eine neue Instanz der HtmlTable-Klasse.

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

HtmlTable Klasse

HtmlTable-Überladung

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls-Namespace

UITestControl