Condividi tramite


Proprietà TestResultMessage.TestName

Ottiene o imposta il nome del test associato.

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

Sintassi

'Dichiarazione
<VisiblePropertyAttribute> _
Public Property TestName As String
[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)

Valore proprietà

Tipo: System.String
Il nome del test associato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestResultMessage Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common