ITestSuiteEntry.SetConfigurations, méthode
Définit la liste des configurations pour cette entrée.
Espace de noms : Microsoft.TeamFoundation.TestManagement.Client
Assembly : Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Déclaration
Sub SetConfigurations ( _
configurations As IEnumerable(Of IdAndName) _
)
void SetConfigurations(
IEnumerable<IdAndName> configurations
)
void SetConfigurations(
IEnumerable<IdAndName>^ configurations
)
abstract SetConfigurations :
configurations:IEnumerable<IdAndName> -> unit
function SetConfigurations(
configurations : IEnumerable<IdAndName>
)
Paramètres
configurations
Type : IEnumerable<IdAndName>Liste d'objets IdAndName qui spécifient les configurations pour cette entrée.
Notes
Crée et supprime les points de test pour cette entrée afin d'établir une correspondance avec l'ensemble de configurations passées.
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.TestManagement.Client, espace de noms