WinTabPage-Konstruktor (UITestControl)

Initialisiert eine neue Instanz der WinTabPage-Klasse mithilfe des bereitgestellten übergeordneten Steuerelements.

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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

WinTabPage Klasse

WinTabPage-Überladung

Microsoft.VisualStudio.TestTools.UITesting.WinControls-Namespace

UITestControl