SilverlightTree 构造函数 (UITestControl)

初始化有指定父级的 SilverlightTree 类的新实例。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
程序集:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight(在 Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll 中)

语法

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

参数

.NET Framework 安全性

请参见

参考

SilverlightTree 类

SilverlightTree 重载

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