TestResultMessage.TestType 属性

获取或设置关联测试的类型。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
<VisiblePropertyAttribute> _
<GroupingPropertyAttribute> _
Public Property TestType As TestType
    Get
    Set
[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