RunOutputTestResultMessage.StdErr Property

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

Syntax

'宣言
<UserVisiblePropertyAttribute("{908fc174-9158-4ae9-8c1f-3e6fa51e2bd6}")> _
Public Property StdErr As String
'使用
Dim instance As RunOutputTestResultMessage
Dim value As String

value = instance.StdErr

instance.StdErr = value
[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);
}
public function get StdErr () : String
public function set StdErr (value : String)

Property Value

Type: System.String

Permissions

See Also

Reference

RunOutputTestResultMessage Class

RunOutputTestResultMessage Members

Microsoft.VisualStudio.TestTools.Common Namespace