ITestControllerHelper.Find, méthode
Recherche et retourne un contrôleur de test à l'aide du nom fourni.
Espace de noms : Microsoft.TeamFoundation.TestManagement.Client
Assembly : Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Déclaration
Function Find ( _
testControllerName As String _
) As ITestController
ITestController Find(
string testControllerName
)
ITestController^ Find(
String^ testControllerName
)
abstract Find :
testControllerName:string -> ITestController
function Find(
testControllerName : String
) : ITestController
Paramètres
- testControllerName
Type : System.String
Nom du contrôleur de test.
Valeur de retour
Type : Microsoft.TeamFoundation.TestManagement.Client.ITestController
Contrôleur de test demandé.Retourne la valeur null s'il n'est pas trouvé.
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.
Voir aussi
Référence
ITestControllerHelper Interface
Microsoft.TeamFoundation.TestManagement.Client, espace de noms