Freigeben über


WinGroup-Konstruktor (UITestControl)

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

WinGroup Klasse

WinGroup-Überladung

Microsoft.VisualStudio.TestTools.UITesting.WinControls-Namespace

UITestControl