Udostępnij za pośrednictwem


Właściwość RunResultAndStatistics.StdErr —

Zwraca lub ustawia stderr 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 StdErr As String
public string StdErr { get; set; }
public:
property String^ StdErr {
    String^ get ();
    void set (String^ value);
}
member StdErr : string with get, set
function get StdErr () : String
function set StdErr (value : String)

Wartość właściwości

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

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

RunResultAndStatistics Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common