HtmlFrame Constructor (UITestControl)

Initializes a new instance of the HtmlFrame class.

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
)

Parameters

.NET Framework Security

See Also

Reference

HtmlFrame Class

HtmlFrame Overload

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace

UITestControl