Lezen in het Engels

Delen via


TestResult.StdErr Property

Gets or sets the stderr data that is generated by the test.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

C#
[UserVisiblePropertyAttribute("{42C44186-0318-41ca-95CA-07D8F4A1C375}")]
public string StdErr { get; set; }

Property Value

Type: System.String
The stderr data that is generated by the test.

.NET Framework Security

See Also

Reference

TestResult Class

Microsoft.VisualStudio.TestTools.Common Namespace