Propriedade RunOutputTestResultMessage.DebugTrace
Obtém o texto de rastreamento.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
<UserVisiblePropertyAttribute("{93c2eda9-612d-40db-9988-2d73a85c99cc}")> _
Public Property DebugTrace As String
Get
Set
[UserVisiblePropertyAttribute("{93c2eda9-612d-40db-9988-2d73a85c99cc}")]
public string DebugTrace { get; set; }
[UserVisiblePropertyAttribute(L"{93c2eda9-612d-40db-9988-2d73a85c99cc}")]
public:
property String^ DebugTrace {
String^ get ();
void set (String^ value);
}
[<UserVisiblePropertyAttribute("{93c2eda9-612d-40db-9988-2d73a85c99cc}")>]
member DebugTrace : string with get, set
function get DebugTrace () : String
function set DebugTrace (value : String)
Valor de propriedade
Tipo: System.String
O texto de rastreamento.
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.