Udostępnij za pośrednictwem


Właściwość TestRunConfiguration.DeploymentItems —

Pobiera lub ustawia elementy z testu.

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

Składnia

'Deklaracja
Public Property DeploymentItems As DeploymentItemCollection
public DeploymentItemCollection DeploymentItems { get; private set; }
public:
property DeploymentItemCollection^ DeploymentItems {
    DeploymentItemCollection^ get ();
    private: void set (DeploymentItemCollection^ value);
}
member DeploymentItems : DeploymentItemCollection with get, private set
function get DeploymentItems () : DeploymentItemCollection
private function set DeploymentItems (value : DeploymentItemCollection)

Wartość właściwości

Typ: Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection
Elementy wdrażania.

Uwagi

Elementy wdrażania składają się z pliku, katalogu lub innego elementu z testu.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TestRunConfiguration Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common

DeploymentItemCollection