Freigeben über


HtmlComboBox-Konstruktor (UITestControl)

Initialisiert eine neue Instanz der HtmlComboBox-Klasse mithilfe des bereitgestellten übergeordneten Steuerelements.

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

HtmlComboBox Klasse

HtmlComboBox-Überladung

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls-Namespace

UITestControl