ITestSuiteEntryCollection.IndexOf, méthode (ITestObject<Int32>)
Retourne l'index d'un objet fourni dans la collection.
Espace de noms : Microsoft.TeamFoundation.TestManagement.Client
Assembly : Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Déclaration
Function IndexOf ( _
testObject As ITestObject(Of Integer) _
) As Integer
int IndexOf(
ITestObject<int> testObject
)
int IndexOf(
ITestObject<int>^ testObject
)
abstract IndexOf :
testObject:ITestObject<int> -> int
function IndexOf(
testObject : ITestObject<int>
) : int
Paramètres
- testObject
Type : Microsoft.TeamFoundation.TestManagement.Client.ITestObject<Int32>
Objet ITestObject<T>.
Valeur de retour
Type : System.Int32
Index de l'objet fourni dans la collection ou nullune référence null (Nothing en Visual Basic) si l'objet n'existe pas dans la collection.
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