Freigeben über


HtmlCustom-Konstruktor (UITestControl)

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

HtmlCustom Klasse

HtmlCustom-Überladung

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls-Namespace

UITestControl