Compartir a través de


TestRunConfiguration.DeploymentItems (Propiedad)

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection

Seguridad de .NET Framework

Vea también

Referencia

TestRunConfiguration Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)