Partager via


TestElement, constructeur (TestId, String, String)

Initialise une nouvelle instance de la classe TestElement.

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

Syntaxe

'Déclaration
Protected Sub New ( _
    id As TestId, _
    name As String, _
    description As String _
)
protected TestElement(
    TestId id,
    string name,
    string description
)
protected:
TestElement(
    TestId^ id, 
    String^ name, 
    String^ description
)
new : 
        id:TestId * 
        name:string * 
        description:string -> TestElement
protected function TestElement(
    id : TestId, 
    name : String, 
    description : String
)

Paramètres

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

Sécurité .NET Framework

Voir aussi

Référence

TestElement Classe

TestElement, surcharge

Microsoft.VisualStudio.TestTools.Common, espace de noms

TestId