Partager via


TestCaseEventArgs.TestCaseName, propriété

Obtient ou définit le nom du cas de test.

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

Syntaxe

'Déclaration
Public Property TestCaseName As String
    Get
    Private Set
public string TestCaseName { get; private set; }
public:
property String^ TestCaseName {
    String^ get ();
    private: void set (String^ value);
}
member TestCaseName : string with get, private set
function get TestCaseName () : String
private function set TestCaseName (value : String)

Valeur de propriété

Type : System.String
Nom du cas de test.

Sécurité .NET Framework

Voir aussi

Référence

TestCaseEventArgs Classe

Microsoft.VisualStudio.TestTools.Execution, espace de noms

#ctor(DataCollectionContext, Int32, String, Boolean)