TestElement.TestTypeName 属性

获取该测试元素的字符串形式的类型。

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

语法

声明
Public ReadOnly Property TestTypeName As String
    Get
public string TestTypeName { get; }
public:
property String^ TestTypeName {
    String^ get ();
}
member TestTypeName : string
function get TestTypeName () : String

属性值

类型:System.String
该测试元素的字符串形式的类型。

.NET Framework 安全性

请参见

参考

TestElement 类

Microsoft.VisualStudio.TestTools.Common 命名空间