Share via


TestElement.DeploymentItems Property

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

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property DeploymentItems As DeploymentItemCollection
public virtual DeploymentItemCollection DeploymentItems { get; }
public:
virtual property DeploymentItemCollection^ DeploymentItems {
    DeploymentItemCollection^ get ();
}
abstract DeploymentItems : DeploymentItemCollection
override DeploymentItems : DeploymentItemCollection
function get DeploymentItems () : DeploymentItemCollection

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection
A collection of items to be deployed together with this test.

Implements

ITestElement.DeploymentItems

.NET Framework Security

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace