DeploymentItemCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DeploymentItemCollection() |
Initializes an instance of the DeploymentItemCollection class. |
DeploymentItemCollection(DeploymentItemCollection) |
Initializes an instance of the DeploymentItemCollection class by copying the provided DeploymentItemCollection object. |
DeploymentItemCollection()
Initializes an instance of the DeploymentItemCollection class.
public:
DeploymentItemCollection();
public DeploymentItemCollection ();
Public Sub New ()
Applies to
DeploymentItemCollection(DeploymentItemCollection)
Initializes an instance of the DeploymentItemCollection class by copying the provided DeploymentItemCollection object.
public:
DeploymentItemCollection(Microsoft::VisualStudio::TestTools::Common::DeploymentItemCollection ^ other);
public DeploymentItemCollection (Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection other);
new Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection : Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection -> Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection
Public Sub New (other As DeploymentItemCollection)
Parameters
- other
- DeploymentItemCollection
A DeploymentItemCollection object.