Método IActionRecordingHelper.CheckActionRecordingExists
Terá a lista de Ids de situação de teste e retorna um bool listam determinar se as situações de teste têm correspondentes a faixa de afn ou não
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
Function CheckActionRecordingExists ( _
testCaseIds As IList(Of Integer) _
) As IList(Of Boolean)
IList<bool> CheckActionRecordingExists(
IList<int> testCaseIds
)
IList<bool>^ CheckActionRecordingExists(
IList<int>^ testCaseIds
)
abstract CheckActionRecordingExists :
testCaseIds:IList<int> -> IList<bool>
function CheckActionRecordingExists(
testCaseIds : IList<int>
) : IList<boolean>
Parâmetros
- testCaseIds
Tipo: System.Collections.Generic.IList<Int32>
Lista de Ids de situação de teste
Valor de retorno
Tipo: System.Collections.Generic.IList<Boolean>
Lista de Booleano que informa se as situações de teste têm correspondentes a faixa de afn ou nã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.