Proprietà ITestElement.DeploymentItems
Ottiene una raccolta di file da distribuire con un test case.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
ReadOnly Property DeploymentItems As DeploymentItemCollection
DeploymentItemCollection DeploymentItems { get; }
property DeploymentItemCollection^ DeploymentItems {
DeploymentItemCollection^ get ();
}
abstract DeploymentItems : DeploymentItemCollection with get
function get DeploymentItems () : DeploymentItemCollection
Valore proprietà
Tipo: Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection
Raccolta di file da distribuire con un test case.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.