WebTest 构造函数

初始化从 WebTest 类派生的类的新实例。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
Protected Sub New
protected WebTest()
protected:
WebTest()
new : unit -> WebTest
protected function WebTest()

备注

下表显示从 WebTest 类派生的类的实例的一些初始属性值。

属性

初始值

UserName

String.Empty

Password

String.Empty

.NET Framework 安全性

请参见

参考

WebTest 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间