EqtBaseCollection<T> Class
Provides a base class for collections in this namespace.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Microsoft.VisualStudio.TestTools.Common::EqtBaseCollection<T>
Microsoft.VisualStudio.TestTools.Common::DeploymentItemCollection
Microsoft.VisualStudio.TestTools.Common::TestCategoryItemCollection
| Name | Description | |
|---|---|---|
![]() | EqtBaseCollection<T>() | Initializes a new instance of the EqtBaseCollection<T> class. |
![]() | EqtBaseCollection<T>(EqtBaseCollection<T>^) | Initializes a new instance of the EqtBaseCollection<T> class by making a shallow copy of the provided EqtBaseCollection<T> object. |
![]() | EqtBaseCollection<T>(IEqualityComparer^) | Initializes a new sortable instance of the EqtBaseCollection<T> class by using the provided comparer. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of items in the collection. |
![]() | IsReadOnly | Gets a value that indicates whether the collection is read-only. |
| Name | Description | |
|---|---|---|
![]() | Add(T) | Adds an item to the collection. |
![]() | Clear() | Clears all items from the collection. |
![]() | Clone() | Creates a copy of the collection. |
![]() | Contains(T) | Returns a value that indicates whether the provided item is already in the collection. |
![]() | CopyTo(array<T>^, Int32) | Copies all items in the collection to the provided array, starting with the provided index. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnumerator() | Returns an IEnumerator object for iterating through the collection. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Load(XmlElement^, XmlTestStoreParameters^) | Loads the current object from the provided XML element by using the provided parameters. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Remove(T) | Removes the provided item from the collection, if the item exists. |
![]() | Save(XmlElement^, XmlTestStoreParameters^) | Saves the current object to the provided XML element using the provided parameters. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | m_container | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the hash table that contains the collection. |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable<T>::GetEnumerator() | Returns a typed IEnumerator. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





