RunConfiguration.TestElements, propriété
Obtient tous les objets ITestElement dans la RunConfiguration.
Espace de noms : Microsoft.VisualStudio.TestTools.Execution
Assembly : Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntaxe
'Déclaration
Public ReadOnly Property TestElements As ITestElement()
public ITestElement[] TestElements { get; }
public:
virtual property array<ITestElement^>^ TestElements {
array<ITestElement^>^ get () sealed;
}
abstract TestElements : ITestElement[] with get
override TestElements : ITestElement[] with get
final function get TestElements () : ITestElement[]
Valeur de propriété
Type : array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Tableau d'objets ITestElement.
Implémentations
IExecutionRunConfiguration.TestElements
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.