Share via


TestType Class

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

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class TestType _
    Implements IXmlTestStore
'Usage
Dim instance As TestType
[SerializableAttribute]
public sealed class TestType : IXmlTestStore
[SerializableAttribute]
public ref class TestType sealed : IXmlTestStore
public final class TestType implements IXmlTestStore

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.Common.TestType

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.

See Also

Reference

TestType Members

Microsoft.VisualStudio.TestTools.Common Namespace