Freigeben über


ITestElement.DeploymentItems-Eigenschaft

Ruft eine Auflistung von mit einem Testfall bereitzustellenden Dateien ab.

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

Syntax

'Declaration
ReadOnly Property DeploymentItems As DeploymentItemCollection
    Get
DeploymentItemCollection DeploymentItems { get; }
property DeploymentItemCollection^ DeploymentItems {
    DeploymentItemCollection^ get ();
}
abstract DeploymentItems : DeploymentItemCollection
function get DeploymentItems () : DeploymentItemCollection

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection
Eine Auflistung von mit einem Testfall bereitzustellenden Dateien.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestElement Schnittstelle

Microsoft.VisualStudio.TestTools.Common-Namespace

DeploymentItemCollection

DeploymentItem

TestRun