Freigeben über


HtmlFileInput-Konstruktor (UITestControl)

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

HtmlFileInput Klasse

HtmlFileInput-Überladung

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls-Namespace

UITestControl