HtmlRadioButton 构造函数 (UITestControl)

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

初始化 HtmlRadioButton 类的新实例。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
程序集:  Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

语法

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

参数

.NET Framework 安全性

请参见

参考

HtmlRadioButton 类

HtmlRadioButton 重载

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls 命名空间

HtmlCheckBox.PropertyNames

HtmlControl