Campo TestElement.m_description
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Retorna o valor de Description propriedade.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
<PersistenceElementNameAttribute("description")> _
Protected m_description As String
[PersistenceElementNameAttribute("description")]
protected string m_description
[PersistenceElementNameAttribute(L"description")]
protected:
String^ m_description
[<PersistenceElementNameAttribute("description")>]
val mutable m_description: string
protected var m_description : 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.