IncludeCodedWebTestAttribute 构造函数

初始化 IncludeCodedWebTestAttribute 类的新实例。

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

语法

声明
Public Sub New ( _
    fullClassName As String, _
    path As String _
)
public IncludeCodedWebTestAttribute(
    string fullClassName,
    string path
)
public:
IncludeCodedWebTestAttribute(
    String^ fullClassName, 
    String^ path
)
new : 
        fullClassName:string * 
        path:string -> IncludeCodedWebTestAttribute
public function IncludeCodedWebTestAttribute(
    fullClassName : String, 
    path : String
)

参数

  • fullClassName
    类型:System.String
    编码 Web 性能测试特性的完整类名。
  • path
    类型:System.String
    编码 Web 性能测试特性的路径。

.NET Framework 安全性

请参见

参考

IncludeCodedWebTestAttribute 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间