Condividi tramite


Proprietà ITestElement.DeploymentItems

Ottiene una raccolta di file venga distribuito a un test case.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection
Una raccolta di file da distribuire a un test case.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestElement Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

DeploymentItemCollection

DeploymentItem

TestRun