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
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)
Valore proprietà
Tipo: System.String
Nome del test associato.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.