TestResult.TestListCategoryId 属性

获取此测试结果的列表类别的 ID。

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

语法

声明
Public ReadOnly Property TestListCategoryId As TestListCategoryId
public TestListCategoryId TestListCategoryId { get; }
public:
property TestListCategoryId^ TestListCategoryId {
    TestListCategoryId^ get ();
}
member TestListCategoryId : TestListCategoryId with get
function get TestListCategoryId () : TestListCategoryId

属性值

类型:Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
此测试结果的列表类别的 ID。

.NET Framework 安全性

请参见

参考

TestResult 类

Microsoft.VisualStudio.TestTools.Common 命名空间

TestListCategoryId