WinPane 构造函数 (UITestControl)

初始化 WinPane 类的新实例。

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

语法

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

参数

.NET Framework 安全性

请参见

参考

WinPane 类

WinPane 重载

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

UITestControl