Поделиться через


TestResultMessage.TestType - свойство

Получает или задает тип связанного теста.

Пространство имен:  Microsoft.VisualStudio.TestTools.Common
Сборка:  Microsoft.VisualStudio.QualityTools.Common (в Microsoft.VisualStudio.QualityTools.Common.dll)

Синтаксис

'Декларация
<VisiblePropertyAttribute> _
<GroupingPropertyAttribute> _
Public Property TestType As TestType
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public TestType TestType { get; set; }
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public:
property TestType^ TestType {
    TestType^ get ();
    void set (TestType^ value);
}
[<VisiblePropertyAttribute>]
[<GroupingPropertyAttribute>]
member TestType : TestType with get, set
function get TestType () : TestType 
function set TestType (value : TestType)

Значение свойства

Тип: Microsoft.VisualStudio.TestTools.Common.TestType
Тип связанного теста.

Безопасность платформы .NET Framework

См. также

Ссылки

TestResultMessage Класс

Microsoft.VisualStudio.TestTools.Common - пространство имен

TestType