TestId Class
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class TestId _
Implements IComparable
'Usage
Dim instance As TestId
[SerializableAttribute]
public sealed class TestId : IComparable
[SerializableAttribute]
public ref class TestId sealed : IComparable
public final class TestId implements IComparable
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.Common.TestId
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.