共用方式為


WinRadioButton 建構函式 (UITestControl)

使用提供的父控制項,初始化 WinRadioButton 類別的新執行個體。

命名空間:  Microsoft.VisualStudio.TestTools.UITesting.WinControls
組件:  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

語法

'宣告
Public Sub New ( _
    parent As UITestControl _
)
public WinRadioButton(
    UITestControl parent
)
public:
WinRadioButton(
    UITestControl^ parent
)
new : 
        parent:UITestControl -> WinRadioButton
public function WinRadioButton(
    parent : UITestControl
)

參數

.NET Framework 安全性

請參閱

參考

WinRadioButton 類別

WinRadioButton 多載

Microsoft.VisualStudio.TestTools.UITesting.WinControls 命名空間

UITestControl