Udostępnij za pośrednictwem


Właściwość RunOutputTestResultMessage.StdErr —

Zwraca błąd standardowy tekst.

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

Składnia

'Deklaracja
<UserVisiblePropertyAttribute("{908fc174-9158-4ae9-8c1f-3e6fa51e2bd6}")> _
Public Property StdErr As String
[UserVisiblePropertyAttribute("{908fc174-9158-4ae9-8c1f-3e6fa51e2bd6}")]
public string StdErr { get; set; }
[UserVisiblePropertyAttribute(L"{908fc174-9158-4ae9-8c1f-3e6fa51e2bd6}")]
public:
property String^ StdErr {
    String^ get ();
    void set (String^ value);
}
[<UserVisiblePropertyAttribute("{908fc174-9158-4ae9-8c1f-3e6fa51e2bd6}")>]
member StdErr : string with get, set
function get StdErr () : String
function set StdErr (value : String)

Wartość właściwości

Typ: System.String
Tekst standardowy błąd.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

RunOutputTestResultMessage Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common