Compartilhar via


Propriedade TestResultMessage.TestName

Obtém ou define o nome do teste associado.

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

Sintaxe

'Declaração
<VisiblePropertyAttribute> _
Public Property TestName As String
    Get
    Set
[VisiblePropertyAttribute]
public string TestName { get; set; }
[VisiblePropertyAttribute]
public:
property String^ TestName {
    String^ get ();
    void set (String^ value);
}
[<VisiblePropertyAttribute>]
member TestName : string with get, set
function get TestName () : String
function set TestName (value : String)

Valor de propriedade

Tipo: System.String
O nome do teste associado.

Segurança do .NET Framework

Consulte também

Referência

TestResultMessage Classe

Namespace Microsoft.VisualStudio.TestTools.Common