Partager via


RunOutputTestResultMessage.StdErr, propriété

Obtient le texte d'erreur standard.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
<UserVisiblePropertyAttribute("{908fc174-9158-4ae9-8c1f-3e6fa51e2bd6}")> _
Public Property StdErr As String
    Get
    Set
[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)

Valeur de propriété

Type : System.String
Texte d'erreur standard.

Sécurité .NET Framework

Voir aussi

Référence

RunOutputTestResultMessage Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms