Information
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.

DeploymentItemCollection Class

 

A collection of DeploymentItem objects.

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

System::Object
  Microsoft.VisualStudio.TestTools.Common::EqtBaseCollection<T>
    Microsoft.VisualStudio.TestTools.Common::DeploymentItemCollection

[SerializableAttribute]
public ref class DeploymentItemCollection : EqtBaseCollection<DeploymentItem^>

NameDescription
System_CAPS_pubmethodDeploymentItemCollection()

Initializes an instance of the DeploymentItemCollection class.

System_CAPS_pubmethodDeploymentItemCollection(DeploymentItemCollection^)

Initializes an instance of the DeploymentItemCollection class by copying the provided DeploymentItemCollection object.

NameDescription
System_CAPS_pubpropertyCount

Gets the number of items in the collection.(Inherited from EqtBaseCollection<T>.)

System_CAPS_pubpropertyIsReadOnly

Gets a value that indicates whether the collection is read-only.(Inherited from EqtBaseCollection<T>.)

NameDescription
System_CAPS_pubmethodAdd(T)

Adds an item to the collection.(Inherited from EqtBaseCollection<T>.)

System_CAPS_pubmethodClear()

Clears all items from the collection.(Inherited from EqtBaseCollection<T>.)

System_CAPS_pubmethodClone()

Creates a copy of the collection.(Inherited from EqtBaseCollection<T>.)

System_CAPS_pubmethodContains(T)

Returns a value that indicates whether the provided item is already in the collection.(Inherited from EqtBaseCollection<T>.)

System_CAPS_pubmethodCopyTo(array<T>^, Int32)

Copies all items in the collection to the provided array, starting with the provided index.(Inherited from EqtBaseCollection<T>.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

Returns an IEnumerator object for iterating through the collection.(Inherited from EqtBaseCollection<T>.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodLoad(XmlElement^, XmlTestStoreParameters^)

Loads the current object from the provided XML element by using the provided parameters.(Inherited from EqtBaseCollection<T>.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemove(T)

Removes the provided item from the collection, if the item exists.(Inherited from EqtBaseCollection<T>.)

System_CAPS_pubmethodSave(XmlElement^, XmlTestStoreParameters^)

Saves the current object to the provided XML element using the provided parameters.(Inherited from EqtBaseCollection<T>.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_protfieldm_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>.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: