Compartilhar via


Propriedade TestCaseEventArgs.TestCaseName

Obtém ou define o nome do caso de teste.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (em Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String
O nome do caso de teste.

Segurança do .NET Framework

Consulte também

Referência

TestCaseEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.Execution

#ctor(DataCollectionContext, Int32, String, Boolean)