ITestElement.DeploymentItems Property

Definition

Gets a collection of files to be deployed with a test case.

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

Property Value

A collection of files to be deployed with a test case.

Applies to