Partager via


TestElement.DeploymentItems, propriété

Obtient une collection d'éléments à déployer avec ce test.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property DeploymentItems As DeploymentItemCollection
    Get
public virtual DeploymentItemCollection DeploymentItems { get; }
public:
virtual property DeploymentItemCollection^ DeploymentItems {
    DeploymentItemCollection^ get ();
}
abstract DeploymentItems : DeploymentItemCollection
override DeploymentItems : DeploymentItemCollection
function get DeploymentItems () : DeploymentItemCollection

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection
Une collection d'éléments à déployer avec ce test.

Implémentations

ITestElement.DeploymentItems

Sécurité .NET Framework

Voir aussi

Référence

TestElement Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms