TestElement.DeploymentItems Property

Definition

Gets a collection of items to be deployed together with this test.

public:
 virtual property Microsoft::VisualStudio::TestTools::Common::DeploymentItemCollection ^ DeploymentItems { Microsoft::VisualStudio::TestTools::Common::DeploymentItemCollection ^ get(); };
public virtual Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection DeploymentItems { get; }
member this.DeploymentItems : Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection
Public Overridable ReadOnly Property DeploymentItems As DeploymentItemCollection

Property Value

A collection of items to be deployed together with this test.

Implements

Applies to