Partager via


TestElement, constructeur (String, String)

Initialise une nouvelle instance de la classe TestElement à l'aide du nom et de la description fournis.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • description
    Type : System.String
    Description de l'élément de test.

Sécurité .NET Framework

Voir aussi

Référence

TestElement Classe

TestElement, surcharge

Microsoft.VisualStudio.TestTools.Common, espace de noms