Freigeben über


HtmlRadioButton-Konstruktor (UITestControl)

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Initialisiert eine neue Instanz der HtmlRadioButton-Klasse.

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

Syntax

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

HtmlRadioButton Klasse

HtmlRadioButton-Überladung

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls-Namespace

HtmlCheckBox.PropertyNames

HtmlControl