TestElement 构造函数 (TestId, String, String, String)

初始化 TestElement 类的新实例。

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

语法

声明
Protected Sub New ( _
    id As TestId, _
    name As String, _
    description As String, _
    storage As String _
)
protected TestElement(
    TestId id,
    string name,
    string description,
    string storage
)
protected:
TestElement(
    TestId^ id, 
    String^ name, 
    String^ description, 
    String^ storage
)
new : 
        id:TestId * 
        name:string * 
        description:string * 
        storage:string -> TestElement
protected function TestElement(
    id : TestId, 
    name : String, 
    description : String, 
    storage : String
)

参数

  • storage
    类型:System.String
    服务器上存储关联文件的文件夹的相对路径。

.NET Framework 安全性

请参见

参考

TestElement 类

TestElement 重载

Microsoft.VisualStudio.TestTools.Common 命名空间

TestId