TestListCategoryId.ToString Method

Returns a string representation of this ID.

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 representation of this ID.

.NET Framework Security

See Also

Reference

TestListCategoryId Class

Microsoft.VisualStudio.TestTools.Common Namespace