Udostępnij za pośrednictwem


Właściwość TestCaseEventArgs.TestCaseName —

Pobiera lub ustawia nazwę przypadku badania.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Execution
Zestaw:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (w Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Składnia

'Deklaracja
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)

Wartość właściwości

Typ: System.String
Nazwa przypadku badania.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TestCaseEventArgs Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Execution

#ctor