ITestElement.DeploymentItems Property
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.
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.