Udostępnij za pośrednictwem


Właściwość RunResultAndStatistics.StdOut —

Zwraca lub ustawia stdout strumień wyjściowy skojarzony przebieg testu.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Common
Zestaw:  Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)

Składnia

'Deklaracja
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)

Wartość właściwości

Typ: System.String
stdout Strumień wyjściowy skojarzony przebieg testu.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

RunResultAndStatistics Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common