ITestSuiteEntryCollection.Contains, méthode (ITestObject<Int32>)
Retourne une valeur qui indique si cette collection contient l'objet de test spécifié.
Espace de noms : Microsoft.TeamFoundation.TestManagement.Client
Assembly : Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Déclaration
Function Contains ( _
testObject As ITestObject(Of Integer) _
) As Boolean
bool Contains(
ITestObject<int> testObject
)
bool Contains(
ITestObject<int>^ testObject
)
abstract Contains :
testObject:ITestObject<int> -> bool
function Contains(
testObject : ITestObject<int>
) : boolean
Paramètres
- testObject
Type : Microsoft.TeamFoundation.TestManagement.Client.ITestObject<Int32>
Objet de test qui utilise un entier comme identificateur.
Valeur de retour
Type : System.Boolean
true si l'objet fourni figure dans la collection ; sinon false.
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
ITestSuiteEntryCollection Interface
Microsoft.TeamFoundation.TestManagement.Client, espace de noms