Udostępnij za pośrednictwem


Właściwość ITestElement.DeploymentItems —

Zwraca kolekcję plików, które mają być wdrożone w przypadku badania.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Common
Zestaw:  Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)

Składnia

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

Wartość właściwości

Typ: Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection
Kolekcja plików, które mają być wdrożone w przypadku badania.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ITestElement Interfejs

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common

DeploymentItemCollection

DeploymentItem

TestRun