Partilhar via


Propriedade RunResultAndStatistics.StdOut

Obtém ou define o stdout o fluxo de saída da execução do teste associado.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Public Property StdOut As String
public string StdOut { get; set; }
public:
property String^ StdOut {
    String^ get ();
    void set (String^ value);
}
member StdOut : string with get, set
function get StdOut () : String
function set StdOut (value : String)

Valor de propriedade

Tipo: System.String
O stdout o fluxo de saída da execução do teste associado.

Segurança do .NET Framework

Consulte também

Referência

RunResultAndStatistics Classe

Namespace Microsoft.VisualStudio.TestTools.Common