Campo TestResultMessage.m_testName
Retorna o valor de TestName propriedade.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
<PersistenceElementNameAttribute("testName")> _
Protected m_testName As String
[PersistenceElementNameAttribute("testName")]
protected string m_testName
[PersistenceElementNameAttribute(L"testName")]
protected:
String^ m_testName
[<PersistenceElementNameAttribute("testName")>]
val mutable m_testName: string
protected var m_testName : String
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.