DeploymentItemCollection Class
A collection of DeploymentItem objects.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Microsoft.VisualStudio.TestTools.Common::EqtBaseCollection<T>
Microsoft.VisualStudio.TestTools.Common::DeploymentItemCollection
| Name | Description | |
|---|---|---|
![]() | DeploymentItemCollection() | Initializes an instance of the DeploymentItemCollection class. |
![]() | DeploymentItemCollection(DeploymentItemCollection^) | Initializes an instance of the DeploymentItemCollection class by copying the provided DeploymentItemCollection object. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of items in the collection.(Inherited from EqtBaseCollection<T>.) |
![]() | IsReadOnly | Gets a value that indicates whether the collection is read-only.(Inherited from EqtBaseCollection<T>.) |
| Name | Description | |
|---|---|---|
![]() | Add(T) | Adds an item to the collection.(Inherited from EqtBaseCollection<T>.) |
![]() | Clear() | Clears all items from the collection.(Inherited from EqtBaseCollection<T>.) |
![]() | Clone() | Creates a copy of the collection.(Inherited from EqtBaseCollection<T>.) |
![]() | Contains(T) | Returns a value that indicates whether the provided item is already in the collection.(Inherited from EqtBaseCollection<T>.) |
![]() | CopyTo(array<T>^, Int32) | Copies all items in the collection to the provided array, starting with the provided index.(Inherited from EqtBaseCollection<T>.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnumerator() | Returns an IEnumerator object for iterating through the collection.(Inherited from EqtBaseCollection<T>.) |
![]() | 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.(Inherited from EqtBaseCollection<T>.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Remove(T) | Removes the provided item from the collection, if the item exists.(Inherited from EqtBaseCollection<T>.) |
![]() | Save(XmlElement^, XmlTestStoreParameters^) | Saves the current object to the provided XML element using the provided parameters.(Inherited from EqtBaseCollection<T>.) |
![]() | 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.(Inherited from EqtBaseCollection<T>.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable<T>::GetEnumerator() | Returns a typed IEnumerator.(Inherited from EqtBaseCollection<T>.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





