Sdílet prostřednictvím


TestCaseEventArgs.TestCaseName – vlastnost

Získá nebo nastaví název testovacího případu.

Obor názvů:  Microsoft.VisualStudio.TestTools.Execution
Sestavení:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (v Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.String
Název testovacího případu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

TestCaseEventArgs Třída

Microsoft.VisualStudio.TestTools.Execution – obor názvů

#ctor(DataCollectionContext, Int32, String, Boolean)