Freigeben über


HtmlListItem-Konstruktor (UITestControl)

Initialisiert eine neue Instanz der HtmlListItem-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 HtmlListItem(
    UITestControl parent
)
public:
HtmlListItem(
    UITestControl^ parent
)
new : 
        parent:UITestControl -> HtmlListItem
public function HtmlListItem(
    parent : UITestControl
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

HtmlListItem Klasse

HtmlListItem-Überladung

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls-Namespace

UITestControl