Freigeben über


HtmlFrame-Konstruktor (UITestControl)

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

HtmlFrame Klasse

HtmlFrame-Überladung

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls-Namespace

UITestControl