TestRunConfiguration.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.
public:
property Microsoft::VisualStudio::TestTools::Common::DeploymentItemCollection ^ DeploymentItems { Microsoft::VisualStudio::TestTools::Common::DeploymentItemCollection ^ get(); void set(Microsoft::VisualStudio::TestTools::Common::DeploymentItemCollection ^ value); };
public Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection DeploymentItems { get; set; }
member this.DeploymentItems : Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection with get, set
Public Property DeploymentItems As DeploymentItemCollection