WpfTabList 构造函数 (UITestControl)

使用所提供的父控件初始化 WpfTabList 类的新实例。

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

语法

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

参数

.NET Framework 安全性

请参见

参考

WpfTabList 类

WpfTabList 重载

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

UITestControl