Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the stdout data that is generated by the test.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<UserVisiblePropertyAttribute("{D0B33661-A037-4002-A312-063A54D8F591}")> _
Public Property StdOut As String
[UserVisiblePropertyAttribute("{D0B33661-A037-4002-A312-063A54D8F591}")]
public string StdOut { get; set; }
[UserVisiblePropertyAttribute(L"{D0B33661-A037-4002-A312-063A54D8F591}")]
public:
property String^ StdOut {
String^ get ();
void set (String^ value);
}
[<UserVisiblePropertyAttribute("{D0B33661-A037-4002-A312-063A54D8F591}")>]
member StdOut : string with get, set
function get StdOut () : String
function set StdOut (value : String)
Property Value
Type: String
The stdout data that is generated by the test.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.