Método ITestSuiteEntryCollection.IndexOf (ITestObject<Int32>)
Retorna o índice do objeto fornecido na coleção.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
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
Parâmetros
- testObject
Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestObject<Int32>
Um objeto ITestObject<T>.
Valor de retorno
Tipo: System.Int32
O índice do objeto fornecido na coleção, ou nulluma referência nula (Nothing no Visual Basic) se o objeto não existe na coleção.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
ITestSuiteEntryCollection Interface