RunOutputTestResultMessage.StdErr Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Получает текст стандартной ошибки.
public:
property System::String ^ StdErr { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestResult_StdErr")]
[Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{908fc174-9158-4ae9-8c1f-3e6fa51e2bd6}")]
[System.ComponentModel.ReadOnly(true)]
public string StdErr { get; set; }
[<Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestResult_StdErr")>]
[<Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{908fc174-9158-4ae9-8c1f-3e6fa51e2bd6}")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.StdErr : string with get, set
Public Property StdErr As String
Значение свойства
Текст стандартной ошибки.
- Атрибуты