次の方法で共有


DeploymentItemCollection Constructors

Definition

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

Applies to