Freigeben über


WinRadioButton-Konstruktor (UITestControl)

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

WinRadioButton Klasse

WinRadioButton-Überladung

Microsoft.VisualStudio.TestTools.UITesting.WinControls-Namespace

UITestControl