TestElement.TestTypeName Property

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'宣言
Public ReadOnly Property TestTypeName As String
'使用
Dim instance As TestElement
Dim value As String

value = instance.TestTypeName
public string TestTypeName { get; }
public:
property String^ TestTypeName {
    String^ get ();
}
public function get TestTypeName () : String

Property Value

Type: System.String

Permissions

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace