Share via


TestElement Constructor (TestId, String, String, String)

Initializes a new instance of the TestElement class.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
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
)

Parameters

  • name
    Type: String

    The name of this test element.

  • description
    Type: String

    The description of this test element.

  • storage
    Type: String

    The relative path of the folder where associated files are stored on the server.

.NET Framework Security

See Also

Reference

TestElement Class

TestElement Overload

Microsoft.VisualStudio.TestTools.Common Namespace

TestId