TestElement Constructor (String, String)

Initializes a new instance of the TestElement class by using the provided name and description.

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

Syntax

'Declaration
Protected Sub New ( _
    name As String, _
    description As String _
)
protected TestElement(
    string name,
    string description
)
protected:
TestElement(
    String^ name, 
    String^ description
)
new : 
        name:string * 
        description:string -> TestElement
protected function TestElement(
    name : String, 
    description : String
)

Parameters

  • description
    Type: System.String
    The description of the test element.

.NET Framework Security

See Also

Reference

TestElement Class

TestElement Overload

Microsoft.VisualStudio.TestTools.Common Namespace