Freigeben über


HtmlDocument-Konstruktor (UITestControl)

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

HtmlDocument Klasse

HtmlDocument-Überladung

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls-Namespace

UITestControl