WpfTabPage Constructor (UITestControl)

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

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

WpfTabPage Class

WpfTabPage Overload

Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace

UITestControl