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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)