TestListCategoryId.Uncategorized 属性

获取未分类测试的列表的 ID。

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

语法

声明
Public Shared ReadOnly Property Uncategorized As TestListCategoryId
    Get
public static TestListCategoryId Uncategorized { get; }
public:
static property TestListCategoryId^ Uncategorized {
    TestListCategoryId^ get ();
}
static member Uncategorized : TestListCategoryId
static function get Uncategorized () : TestListCategoryId

属性值

类型:Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
未分类测试的列表的 ID。

.NET Framework 安全性

请参见

参考

TestListCategoryId 类

Microsoft.VisualStudio.TestTools.Common 命名空间