Share via


WinTabPage Constructor (UITestControl)

Initializes a new instance of the WinTabPage class by using the provided parent control.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WinControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Sub New ( _
    parent As UITestControl _
)
public WinTabPage(
    UITestControl parent
)
public:
WinTabPage(
    UITestControl^ parent
)
new : 
        parent:UITestControl -> WinTabPage
public function WinTabPage(
    parent : UITestControl
)

Parameters

.NET Framework Security

See Also

Reference

WinTabPage Class

WinTabPage Overload

Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace

UITestControl