HtmlTextArea 构造函数 (UITestControl)

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

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

语法

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

参数

.NET Framework 安全性

请参见

参考

HtmlTextArea 类

HtmlTextArea 重载

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

UITestControl