TestType.ToString Method

Retrieves the name of the test type.

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

Syntax

'Declaration
Public Overrides Function ToString As String
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string 
override ToString : unit -> string 
public override function ToString() : String

Return Value

Type: System.String
A string that contains the name of the test type.

.NET Framework Security

See Also

Reference

TestType Class

Microsoft.VisualStudio.TestTools.Common Namespace