TestCategoryItem Class
Represents a category for a test.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | TestCategoryItem(String^) | Initializes a new instance of the TestCategoryItem class by using the provided category name. |
| Name | Description | |
|---|---|---|
![]() | TestCategory | Represents the name of the category. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether another object is equal to the current instance.(Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | Serves as a hash function for the TestCategoryItem class.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | Load(XmlElement^, XmlTestStoreParameters^) | Loads XML data to reconstitute a persisted instance of the TestCategoryItem class. |
![]() | PrepareToPersist() | For this class, this method does nothing. |
![]() | RecoverFromPersistence() | Verifies the validity of the instance after it reloads from persistence. |
![]() | Save(XmlElement^, XmlTestStoreParameters^) | Saves or persists the current instance as an XML element in the XML store. |
![]() | ToString() | Returns the category name.(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.

