Condividi tramite


Proprietà TestCaseEventArgs.TestCaseName

Ottiene o imposta il nome del test case.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintassi

'Dichiarazione
Public Property TestCaseName As String
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)

Valore proprietà

Tipo: System.String
Il nome del test case.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestCaseEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Execution

#ctor