Share via


DeploymentItemCollection Class

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class DeploymentItemCollection _
    Inherits EqtBaseCollection(Of DeploymentItem)
'Usage
Dim instance As DeploymentItemCollection
[SerializableAttribute]
public class DeploymentItemCollection : EqtBaseCollection<DeploymentItem>
[SerializableAttribute]
public ref class DeploymentItemCollection : public EqtBaseCollection<DeploymentItem^>
public class DeploymentItemCollection extends EqtBaseCollection<DeploymentItem>

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection<DeploymentItem>
    Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection

Thread Safety

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

See Also

Reference

DeploymentItemCollection Members

Microsoft.VisualStudio.TestTools.Common Namespace