The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestType Class
Identifies a type of test.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | TestType(Guid) | Initializes an instance of the TestType class. |
| Name | Description | |
|---|---|---|
![]() | Id | Gets the GUID that uniquely identifies the type of test. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Compares the provided TestType with the current instance for equality.(Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | Requires no description.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | Load(XmlElement^, XmlTestStoreParameters^) | Loads the object from the provided XML element by using the provided parameters. |
![]() | Save(XmlElement^, XmlTestStoreParameters^) | Saves the current object to the specified XML element by using the provided parameters. |
![]() | ToString() | Retrieves the name of the test type.(Overrides Object::ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

