Sdílet prostřednictvím


RunOutputTestResultMessage.StdErr – vlastnost

Získá text standardní chyby.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: String
Standardní chyba textu.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

RunOutputTestResultMessage Třída

Microsoft.VisualStudio.TestTools.Common – obor názvů