Freigeben über


TestElement.DeploymentItems-Eigenschaft

Ruft eine Auflistung von mit diesem Test bereitzustellenden Elementen ab.

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 with get
override DeploymentItems : DeploymentItemCollection with get
function get DeploymentItems () : DeploymentItemCollection

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection
Eine Auflistung von mit diesem Test bereitzustellenden Elementen.

Implementiert

ITestElement.DeploymentItems

.NET Framework-Sicherheit

Siehe auch

Referenz

TestElement Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace