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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.